18 lines
433 B
YAML
18 lines
433 B
YAML
version: "3"
|
|
services:
|
|
ssheditor:
|
|
# image: adix/ssheditor
|
|
build:
|
|
dockerfile: ConfigEditor.Dockerfile
|
|
context: .
|
|
container_name: configeditor
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
# - "/home/adam/containerconfig:/containerconfig"
|
|
# - "/home/adam/dockerconfig:/dockerconfig"
|
|
- "/mnt/Data/.system/:/docker"
|
|
ports:
|
|
- "2202:22"
|
|
|