restructuring, removed unneccessary options from web ui
This commit is contained in:
11
QPKG/shared/docker/compose/roonserver.yml
Executable file
11
QPKG/shared/docker/compose/roonserver.yml
Executable file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
roonserver:
|
||||
image: ghcr.io/roonlabs/roonserver:latest
|
||||
container_name: ${CONTAINER_NAME}
|
||||
network_mode: host
|
||||
environment:
|
||||
- TZ=${TZ:-UTC}
|
||||
stop_grace_period: 45s
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: local
|
||||
Reference in New Issue
Block a user