Added volumes to sync container and host time
This commit is contained in:
@@ -36,6 +36,8 @@ services:
|
||||
volumes:
|
||||
- Application:/var/www/html
|
||||
- UserData:/var/www/html/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
mysql:
|
||||
image: mysql:5
|
||||
dns:
|
||||
@@ -54,6 +56,8 @@ services:
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- Database:/var/lib/mysql
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
networks:
|
||||
public-proxy:
|
||||
|
||||
Reference in New Issue
Block a user