Upload files to "compose/whats-up-docker"

This commit is contained in:
Ivo Oskamp 2024-12-20 22:38:33 +01:00
parent a5fdc78369
commit 85a45d0362

View File

@ -0,0 +1,19 @@
# Removed from stack. Causes many pull requests
networks:
backend:
external: true
services:
whatsupdocker:
image: fmartinou/whats-up-docker
security_opt:
- apparmor:unconfined
container_name: wud
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 3001:3000
restart: unless-stopped
networks:
- backend