change default save dir.

This commit is contained in:
2025-02-11 16:41:08 +08:00
parent 1dcc9e6562
commit 21fdbb1b1a

View File

@@ -2,11 +2,11 @@ services:
MyFakeSSH:
build: .
image: registry.cn-beijing.aliyuncs.com/licsber/myfakessh:latest
restart: unless-stopped
container_name: myfakessh
restart: unless-stopped
command: /log
volumes:
- /licsber/docker/myfakessh:/log
- /z/docker/myfakessh:/log
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
ports: