examples - fix port number

This commit is contained in:
bunkerity
2020-10-26 22:46:15 +01:00
parent e4bdd4af5d
commit 1d63838ee6
8 changed files with 15 additions and 15 deletions

View File

@@ -24,7 +24,7 @@ services:
- REMOTE_PHP_PATH=/app
labels:
- 'traefik.enable=true'
- 'traefik.port=80'
- 'traefik.port=8080'
- 'traefik.frontend.rule=Host:app1.website.com' # replace with your domain
mywww2:
@@ -38,7 +38,7 @@ services:
- REMOTE_PHP_PATH=/app
labels:
- 'traefik.enable=true'
- 'traefik.port=80'
- 'traefik.port=8080'
- 'traefik.frontend.rule=Host:app2.website.com' # replace with your domain
myphp1: