changed nutcase config
This commit is contained in:
@@ -79,17 +79,26 @@ services:
|
||||
- ${STORAGE_DIR}/Music:/music
|
||||
|
||||
nutcase:
|
||||
nutcase:
|
||||
image: kronos443/nutcase:latest # V0.3.0Beta1 # latest # V0.2.0 # v0.2.0-beta3 # V0.2.0_Beta # apcbeta # latest
|
||||
container_name: NUTCase
|
||||
image: kronos443/nutcase:latest
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
networks:
|
||||
- reverse-proxy
|
||||
restart: unless-stopped # "no" always on-failure unless-stopped
|
||||
hostname: NUTCase
|
||||
user: "$PUID:$PGID"
|
||||
network_mode: host
|
||||
ports:
|
||||
- 9995:9995
|
||||
restart: always
|
||||
- 9995:9995"
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/nutcase/config:/config
|
||||
- ${DOCKER_CONFIGS}/nutcase:/config'
|
||||
environment:
|
||||
TZ: $TZ
|
||||
LOG_LEVEL: DEBUG
|
||||
healthcheck:
|
||||
test: wget --spider -q http://127.0.0.1:9995/help
|
||||
interval: 3m10s
|
||||
timeout: 10s
|
||||
retries: 2
|
||||
start_period: 30s
|
||||
|
||||
organizr:
|
||||
container_name: organizr
|
||||
|
||||
Reference in New Issue
Block a user