use port 4000 instead of 80 on host

This commit is contained in:
Ryan Haskell-Glatz
2018-12-16 18:28:43 -06:00
committed by GitHub
parent d4277a5065
commit bcd571efff

View File

@@ -84,7 +84,7 @@ services:
restart_policy:
condition: on-failure
ports:
- "80:80"
- "4000:80"
networks:
- webnet
networks: