Mod storage path for webservice container

This commit is contained in:
philipp lang 2024-01-01 21:46:48 +01:00
parent 8c32b881bc
commit 9e2b5411d8
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ services:
ports:
- '8000:80'
volumes:
- ./data/storage:/app/storage/app
- ./data/storage/public:/app/storage/app/public
php:
image: zoomyboy/adrema-app:latest

View File

@ -9,7 +9,7 @@ services:
ports:
- '8000:80'
volumes:
- ./data/storage:/app/storage/app
- ./data/storage/public:/app/storage/app/public
php:
build: