增加.ssh的映射

This commit is contained in:
yaha 2024-02-19 12:26:41 +08:00
parent b0c63540e1
commit fc47800339
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.idea/

View File

@ -19,6 +19,7 @@ services:
- /home/work/docker/wiki/data:/wiki/data/ - /home/work/docker/wiki/data:/wiki/data/
- /home/work/docker/wiki/config:/config - /home/work/docker/wiki/config:/config
- /home/work/docker/wiki/logs:/logs - /home/work/docker/wiki/logs:/logs
- /home/work/.ssh:/home/node/.ssh
networks: networks:
flyaha: flyaha:
external: true external: true