Fix web port expose direction

This commit is contained in:
Ben 2020-05-08 18:23:45 +01:00
parent a7389b8878
commit 503d8f8ab9

View File

@ -26,7 +26,7 @@ services:
env_file: env_file:
- .env - .env
ports: ports:
- 80:${WEB_PORT} - ${WEB_PORT}:80
networks: networks:
- wand - wand
links: links: