dlinux-dashboard/compose.yml

11 lines
169 B
YAML
Raw Normal View History

2025-01-08 13:13:09 -05:00
name: code-containers
services:
server:
build: .
ports:
- 3000:3000
- 3001:3001
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro