From 506b75dd3661a0ef09415ba5d9ca4c1244ecdb69 Mon Sep 17 00:00:00 2001 From: bastien Date: Wed, 28 Feb 2018 17:27:13 +0100 Subject: Update link to Docker Volume documentation. --- doc/en_US/docker.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/en_US') diff --git a/doc/en_US/docker.markdown b/doc/en_US/docker.markdown index e455ee31..2c444930 100644 --- a/doc/en_US/docker.markdown +++ b/doc/en_US/docker.markdown @@ -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. -- cgit v1.2.3