mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
11 lines
201 B
YAML
11 lines
201 B
YAML
services:
|
|
whatsupdocker:
|
|
image: getwud/wud
|
|
container_name: wud
|
|
env_file:
|
|
- stack.env
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
ports:
|
|
- 3008:3000
|
|
|