mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
13 lines
311 B
YAML
13 lines
311 B
YAML
services:
|
|
whatsupdocker:
|
|
image: getwud/wud
|
|
container_name: wud
|
|
env_file:
|
|
- stack.env
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- /share/docker_data/wud/data:/store
|
|
- /share/docker_data/wud/certs:/certs
|
|
ports:
|
|
- 3008:3000
|
|
restart: unless-stopped |