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
+2 -3
View File
@@ -1,4 +1,4 @@
version: "3"
version: '3'
services:
lskypro:
container_name: ${CONTAINER_NAME}
@@ -6,7 +6,7 @@ services:
networks:
- 1panel-network
volumes:
- "${DATA_PATH}:/var/www/html/"
- ./data:/var/www/html/
ports:
- "${PANEL_APP_PORT_HTTP}:8089"
environment:
@@ -14,7 +14,6 @@ services:
image: halcyonazure/lsky-pro-docker:latest
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true