Upload files to "compose/whats-up-docker"
This commit is contained in:
parent
a5fdc78369
commit
85a45d0362
19
compose/whats-up-docker/docker-compose.yml
Normal file
19
compose/whats-up-docker/docker-compose.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user