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