mirror of
https://github.com/CyberL1/dlinux-dashboard.git
synced 2025-01-22 01:19:18 -05:00
11 lines
169 B
YAML
11 lines
169 B
YAML
|
name: code-containers
|
||
|
|
||
|
services:
|
||
|
server:
|
||
|
build: .
|
||
|
ports:
|
||
|
- 3000:3000
|
||
|
- 3001:3001
|
||
|
volumes:
|
||
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|