Update docker-compose.yml

added ONLYOFFICE_DATA_CONTAINER=true to data container
This commit is contained in:
Alexey Golubev 2016-07-11 13:53:45 +03:00 committed by GitHub
parent ca5bc8526d
commit dbd0e01e86

@ -4,6 +4,7 @@ services:
container_name: onlyoffice-documentserver-data container_name: onlyoffice-documentserver-data
image: onlyoffice/4testing-documentserver:latest image: onlyoffice/4testing-documentserver:latest
environment: environment:
- ONLYOFFICE_DATA_CONTAINER=true
- MYSQL_SERVER_HOST=onlyoffice-mysql - MYSQL_SERVER_HOST=onlyoffice-mysql
- MYSQL_SERVER_PORT=3306 - MYSQL_SERVER_PORT=3306
- MYSQL_SERVER_DB_NAME=onlyoffice - MYSQL_SERVER_DB_NAME=onlyoffice