Removed host ports, not needed

This commit is contained in:
William Miceli
2019-02-06 20:21:45 -05:00
parent 1e59470556
commit 9be1a07b8c
2 changed files with 3 additions and 23 deletions

View File

@@ -41,9 +41,6 @@ services:
- mysql
networks:
- public-proxy
ports:
- "${SSH_PORT}:22"
- "${WEB_PORT}:3000"
restart: on-failure
volumes:
- /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system