diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2025-05-24 17:09:04 +0200 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2025-05-24 17:09:04 +0200 |
commit | bd967b68a274f79a0c5f351d228ff9279e0e9a89 (patch) | |
tree | d207feaf70f34c7c9468e83ef43dd9e0fc169e35 /wud |
Initial commit
Diffstat (limited to 'wud')
-rw-r--r-- | wud/compose.yaml | 8 |
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 |