refactor: 统一数据持久化目录

This commit is contained in:
wanghe-fit2cloud
2023-07-13 15:34:02 +08:00
parent 7cb4c87e4b
commit ec37473fb4
69 changed files with 61 additions and 179 deletions
+1 -2
View File
@@ -8,7 +8,7 @@ services:
ports:
- "${PANEL_APP_PORT_HTTP}:8443"
volumes:
- "${DATA_PATH}:/config"
- ./data:/config
environment:
- PUID=1000
- PGID=1000
@@ -19,7 +19,6 @@ services:
image: linuxserver/code-server:4.14.1
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true