fix:修正长字符文件夹名#1333
This commit is contained in:
parent
8887e55871
commit
6afa426ce1
|
|
@ -9,7 +9,7 @@ services:
|
||||||
- "${PANEL_APP_PORT_HTTP}:9999"
|
- "${PANEL_APP_PORT_HTTP}:9999"
|
||||||
volumes:
|
volumes:
|
||||||
- "${DOWNLOAD_PATH}:/root/Downloads"
|
- "${DOWNLOAD_PATH}:/root/Downloads"
|
||||||
image: liwei2633/gopeed:v1.5.7@sha256:cecb0250796eeefa8b123c3840af177da083505ed15af50833c725fb2bcdb930
|
image: liwei2633/gopeed:v1.5.7
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
|
@ -10,7 +10,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- "${DATA_PATH}:/opt/app/backend/data"
|
- "${DATA_PATH}:/opt/app/backend/data"
|
||||||
- "${UPLOAD_PATH}:/opt/app/frontend/public/img"
|
- "${UPLOAD_PATH}:/opt/app/frontend/public/img"
|
||||||
image: stonith404/pingvin-share:v0.24.2@sha256:d04dedd3c75e485878c8296e9fdac5419df262c6225c244ba00f6096925f34c4
|
image: stonith404/pingvin-share:v0.24.2
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
|
||||||
Loading…
Reference in New Issue