mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
added wud
This commit is contained in:
11
wud/docker-compose.yml
Normal file
11
wud/docker-compose.yml
Normal file
@ -0,0 +1,11 @@
|
||||
services:
|
||||
whatsupdocker:
|
||||
image: getwud/wud
|
||||
container_name: wud
|
||||
env_file:
|
||||
- stack.env
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
ports:
|
||||
- 3008:3000
|
||||
|
Reference in New Issue
Block a user