mirror of
https://github.com/cupcakearmy/dvb.git
synced 2024-11-05 09:14:09 +01:00
wrong network
This commit is contained in:
parent
b40b4557b9
commit
0c48ceeb67
@ -5,7 +5,7 @@ services:
|
|||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 80
|
- 80:80
|
||||||
volumes:
|
volumes:
|
||||||
- ./app:/srv
|
- ./app:/srv
|
||||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf
|
- ./nginx.conf:/etc/nginx/conf.d/default.conf
|
||||||
@ -15,6 +15,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.port=80
|
- traefik.port=80
|
||||||
|
- traefik.docker.network=traefik
|
||||||
- traefik.backend=dvb
|
- traefik.backend=dvb
|
||||||
- traefik.frontend.rule=Host:wundtstr.club
|
- traefik.frontend.rule=Host:wundtstr.club
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user