Docker/compose/whats-up-docker/docker-compose.yml

19 lines
373 B
YAML

# 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