Skip to content

Commit ffdd614

Browse files
committed
mounted required directories to fix permissions issue
1 parent cfe69f9 commit ffdd614

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ services:
1212
- /app/vendor # Use dependencies installed by composer during image building.
1313
# Remove the above line to use the local `vendor` directory.
1414
- /app/storage/logs
15+
- /app/storage/images
16+
- /app/storage/framework
1517
networks:
1618
- data-network
1719

0 commit comments

Comments
 (0)