mirror of
https://github.com/juewuy/ShellCrash.git
synced 2026-09-08 13:46:33 +00:00
~修复 Docker 仅挂载 configs 时重建容器丢失内核配置的问题:补充 yamls/jsons 卷挂载
This commit is contained in:
@@ -18,10 +18,14 @@ services:
|
||||
# - net.ipv6.conf.all.forwarding=1
|
||||
volumes:
|
||||
- shellcrash_configs:/etc/ShellCrash/configs:rw
|
||||
- shellcrash_yamls:/etc/ShellCrash/yamls:rw
|
||||
- shellcrash_jsons:/etc/ShellCrash/jsons:rw
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
shellcrash_configs:
|
||||
shellcrash_yamls:
|
||||
shellcrash_jsons:
|
||||
|
||||
networks:
|
||||
macvlan_lan:
|
||||
|
||||
Reference in New Issue
Block a user