mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-28 01:07:07 +00:00
16 lines
218 B
YAML
16 lines
218 B
YAML
|
# https://cloudcmd.io/
|
||
|
|
||
|
version: '2'
|
||
|
|
||
|
name: cloudcmd-stack
|
||
|
|
||
|
services:
|
||
|
cloudcmd:
|
||
|
container_name: cloudcmd
|
||
|
ports:
|
||
|
- 8000:8000
|
||
|
volumes:
|
||
|
- ~:/root
|
||
|
- /:/mnt/fs
|
||
|
image: coderaiser/cloudcmd
|