mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
10 lines
138 B
YAML
10 lines
138 B
YAML
version: '2'
|
|
services:
|
|
web:
|
|
ports:
|
|
- 8000:8000
|
|
volumes:
|
|
- ~:/root
|
|
- /:/mnt/fs
|
|
image: coderaiser/cloudcmd
|
|
|