mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-10-10 16:46:17 +00:00
added cup and wud
This commit is contained in:
20
wud/compose.yml
Normal file
20
wud/compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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
|
Reference in New Issue
Block a user