We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe69f9 commit ffdd614Copy full SHA for ffdd614
docker-compose.yaml
@@ -12,6 +12,8 @@ services:
12
- /app/vendor # Use dependencies installed by composer during image building.
13
# Remove the above line to use the local `vendor` directory.
14
- /app/storage/logs
15
+ - /app/storage/images
16
+ - /app/storage/framework
17
networks:
18
- data-network
19
0 commit comments