-
Notifications
You must be signed in to change notification settings - Fork 5.2k
docker-compose volumes #124
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Why do we have to mount app, public, src and vendor while we have added them to the docker image itself?
Also, I would recommend to use named volumes instead of the current way.
Let me know about your thoughts so I can work on it if anything needs to be done.
Lines 7 to 14 in 18b4971
| volumes: | |
| - ./app:/usr/share/nginx/html/app | |
| - ./public:/usr/share/nginx/html/public | |
| - ./src:/usr/share/nginx/html/src | |
| - ./vendor:/usr/share/nginx/html/vendor | |
| - ./docker/nginx.conf:/etc/nginx/nginx.conf:rw | |
| - ./storage/uploads:/storage/uploads:rw | |
| - ./storage/cache:/storage/cache:rw |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request