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