fix: add missing apps folder

This commit is contained in:
Michael Barz
2025-06-03 17:43:58 +02:00
parent 762e19125e
commit 4ecd436580
2 changed files with 5 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ services:
# configure the .env file to use own paths instead of docker internal volumes
- ${OC_CONFIG_DIR:-opencloud-config}:/etc/opencloud
- ${OC_DATA_DIR:-opencloud-data}:/var/lib/opencloud
- ${OC_APPS_DIR:-./config/opencloud/apps}:/var/lib/opencloud/web/assets/apps
logging:
driver: ${LOG_DRIVER:-local}
restart: always