From bd967b68a274f79a0c5f351d228ff9279e0e9a89 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Sat, 24 May 2025 17:09:04 +0200 Subject: Initial commit --- wud/compose.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 wud/compose.yaml (limited to 'wud/compose.yaml') 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 -- cgit v1.2.3