Merge pull request #7867 from ryannhg/patch-2

use port 4000 instead of 80 on host
This commit is contained in:
L-Hudson 2018-12-20 08:07:29 -05:00 committed by GitHub
commit 1e11814f8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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