What's up Docker
version: '3'
services:
whatsupdocker:
image: ghcr.io/fmartinou/whats-up-docker
container_name: wud
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 3000:3000
version: '3'
services:
whatsupdocker:
image: ghcr.io/fmartinou/whats-up-docker
container_name: wud
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 3000:3000
No Comments