10 lines
No EOL
237 B
YAML
10 lines
No EOL
237 B
YAML
services:
|
|
watchstate:
|
|
image: ghcr.io/arabcoders/watchstate:latest
|
|
container_name: watchstate
|
|
restart: unless-stopped
|
|
user: "1000:10000"
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- /home/docker/watchstate:/config |