Add config for swag
This commit is contained in:
parent
efe1d6d68f
commit
81f54ee5ff
|
|
@ -9,6 +9,16 @@ services:
|
||||||
PUID: $PUID
|
PUID: $PUID
|
||||||
PGID: $PGID
|
PGID: $PGID
|
||||||
TZ: $TZ
|
TZ: $TZ
|
||||||
ports:
|
# ports:
|
||||||
- 81:80
|
# - 81:80
|
||||||
|
networks:
|
||||||
|
- proxy
|
||||||
|
labels:
|
||||||
|
- swag=enable
|
||||||
|
- swag_url=heimdall.${LOCAL_DOMAIN}
|
||||||
|
- swag_port=80
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
networks:
|
||||||
|
proxy:
|
||||||
|
driver: bridge
|
||||||
Loading…
Reference in a new issue