/var/www/html should not be a volume #139
Labels
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ric/nginx-php-fpm#139
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
You should remove this line.
Putting the app inside a volume is not a common way to use docker.
You should ADD the app files and VOLUME the folder you need to persist.
If you need a volume for dev purpose just do it in a docker-compose or with the cli.