This commit is contained in:
TBK 2019-08-01 15:43:47 +02:00
parent ddf1495bc3
commit 9633e323a4
No known key found for this signature in database
GPG Key ID: 5FFB25718720C7D7
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
server {
listen 8080;
listen [::]:8080;
listen 8888;
listen [::]:8888;
server_name _;
root /app/public/;

View File

@ -40,7 +40,7 @@ services:
- uploads:/app/public/uploads:rw
- storage:/app/public/storage:rw
expose:
- "8080/tcp"
- "8888/tcp"
networks:
- web
- backend
@ -51,7 +51,7 @@ services:
- "traefik.docker.network=web"
- "traefik.frontend.rule=Host:${APP_URL_BASE}"
- "traefik.enable=true"
- "traefik.port=8080"
- "traefik.port=8888"
- "traefik.default.protocol=http"
# av: