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
|
||||
restart: always
|
||||
ports:
|
||||
- 80
|
||||
- 80:80
|
||||
volumes:
|
||||
- ./app:/srv
|
||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf
|
||||
@ -15,6 +15,7 @@ services:
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.port=80
|
||||
- traefik.docker.network=traefik
|
||||
- traefik.backend=dvb
|
||||
- traefik.frontend.rule=Host:wundtstr.club
|
||||
|
||||
@ -33,4 +34,4 @@ services:
|
||||
networks:
|
||||
dvb:
|
||||
traefik:
|
||||
external: true
|
||||
external: true
|
||||
|
Loading…
Reference in New Issue
Block a user