This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
{
|
{
|
||||||
"hostPath": "${APP_DATA_DIR}/data/start.sh",
|
"hostPath": "${APP_DATA_DIR}/data/start.sh",
|
||||||
"containerPath": "/run/start.sh",
|
"containerPath": "/run/start.sh",
|
||||||
"readOnly": true,
|
"readOnly": false,
|
||||||
"shared": false,
|
"shared": false,
|
||||||
"private": false
|
"private": false
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/storage:/storage
|
- ${APP_DATA_DIR}/data/storage:/storage
|
||||||
- ${APP_DATA_DIR}/data/shared:/shared
|
- ${APP_DATA_DIR}/data/shared:/shared
|
||||||
- ${APP_DATA_DIR}/data/start.sh:/run/start.sh:ro
|
- ${APP_DATA_DIR}/data/start.sh:/run/start.sh
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user