summaryrefslogtreecommitdiff
path: root/wud/compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'wud/compose.yaml')
-rw-r--r--wud/compose.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/wud/compose.yaml b/wud/compose.yaml
new file mode 100644
index 0000000..f950b84
--- /dev/null
+++ b/wud/compose.yaml
@@ -0,0 +1,8 @@
+services:
+ whatsupdocker:
+ image: ghcr.io/getwud/wud
+ container_name: wud
+ volumes:
+ - /var/run/docker.sock:/var/run/docker.sock
+ ports:
+ - 10.0.0.1:3002:3000 \ No newline at end of file