Test successful, using same name now

This commit is contained in:
WilliamMiceli
2018-12-31 13:20:59 -05:00
parent af8d09650b
commit 9912091d3e

View File

@@ -40,7 +40,7 @@ services:
volumes: volumes:
- /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system - /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system
- /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system - /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system
- /FreeNAS/${DATA_DIR}/Application:/var/www/html - /RancherCattle/${DATA_DIR}/Application:/var/www/html
mysql: mysql:
image: mysql:5 image: mysql:5
dns: dns:
@@ -64,7 +64,7 @@ services:
volumes: volumes:
- /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system - /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system
- /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system - /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system
- /FreeNAS/${DATA_DIR}/Database:/var/lib/mysql - /RancherCattle/${DATA_DIR}/Database:/var/lib/mysql
networks: networks:
db-admin: db-admin: