mirror of
https://github.com/GHOSCHT/franz.git
synced 2024-12-26 20:00:40 +01:00
Formatting
This commit is contained in:
parent
4449366504
commit
97d38a5b72
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ networks:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
ipam:
|
ipam:
|
||||||
config:
|
config:
|
||||||
-
|
-
|
||||||
subnet: 172.28.1.0/24
|
subnet: 172.28.1.0/24
|
||||||
ip_range: 172.28.1.5/30
|
ip_range: 172.28.1.5/30
|
||||||
gateway: 172.28.1.1
|
gateway: 172.28.1.1
|
||||||
|
|
|
@ -10,7 +10,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
traefik_net:
|
traefik_net:
|
||||||
ports:
|
ports:
|
||||||
- 8096:8096
|
- 8096:8096
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.http.routers.jellyfin.entrypoints=web
|
- traefik.http.routers.jellyfin.entrypoints=web
|
||||||
|
|
Loading…
Reference in a new issue