Add docker-compose.yml
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
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
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
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.
|
||||||
Reference in New Issue
Block a user