Some checks failed
Building / PHP 8.4 (push) Has been cancelled
Building / pr_build_test (push) Has been cancelled
Building / publish_docker_images (push) Has been cancelled
Building / dockerhub-sync-readme (push) Has been cancelled
Stale Issue Closer / main (push) Has been cancelled
creation
11 lines
489 B
YAML
11 lines
489 B
YAML
services:
|
|
watchstate:
|
|
image: ghcr.io/arabcoders/watchstate:latest
|
|
# To change the user/group id associated with the tool change the following line.
|
|
user: "${UID:-0}:${GID:-0}"
|
|
container_name: watchstate
|
|
restart: unless-stopped
|
|
ports:
|
|
- "28080:8080" # The port which the webui will be available on.
|
|
volumes:
|
|
- /opt/stacks/watchstate/data:/config:rw # mount current directory to container /config directory. |