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