mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-28 01:07:07 +00:00
21 lines
281 B
YAML
21 lines
281 B
YAML
|
# https://getwud.github.io/wud/#/
|
||
|
|
||
|
#
|
||
|
|
||
|
name: wud
|
||
|
|
||
|
services:
|
||
|
whatsupdocker:
|
||
|
image: getwud/wud
|
||
|
container_name: wud
|
||
|
volumes:
|
||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||
|
ports:
|
||
|
- 3000:3000
|
||
|
networks:
|
||
|
- proxy
|
||
|
|
||
|
networks:
|
||
|
proxy:
|
||
|
external: true
|