This commit is contained in:
Linux User
2022-01-15 13:20:51 +01:00
parent 4fb0572693
commit 25382829f0
7 changed files with 135 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
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"