Update link to Docker Volume documentation.

This commit is contained in:
bastien
2018-02-28 17:27:13 +01:00
committed by Frédéric Guillot
parent f199600148
commit 506b75dd36
4 changed files with 4 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ You can attach 2 volumes to your container:
- Data folder: `/var/www/app/data`
- Plugins folder: `/var/www/app/plugins`
Use the flag `-v` to mount a volume on the host machine like described in [official Docker documentation](https://docs.docker.com/engine/userguide/containers/dockervolumes/).
Use the flag `-v` to mount a volume on the host machine like described in [official Docker documentation](https://docs.docker.com/storage/volumes/).
There is also a `docker-compose.yml` file in the repository.