diff options
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 |