Skip to content

Commit

Permalink
fix: ensure data directory is available to pull media
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Apr 25, 2024
1 parent 37e17c1 commit 76d2a96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
- ./vendor:/var/www/html/vendor
- ./composer.json:/var/www/html/composer.json
- ./composer.lock:/var/www/html/composer.lock
- ./data:/data:rw

database_default:
image: mysql:8.0
Expand Down

0 comments on commit 76d2a96

Please sign in to comment.