From 0c39ddcf66cdd0400256d501f7c74272380e5014 Mon Sep 17 00:00:00 2001 From: enrico-kaack Date: Sun, 10 Jan 2021 22:56:18 +0100 Subject: [PATCH] Fixed: inconsistent volume naming as mentioned in #317 --- docs/install/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/docker.md b/docs/install/docker.md index 01ed37a1..137d584d 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -162,7 +162,7 @@ networks: external: true volumes: - nginx: + nginx_config: staticfiles: ``` @@ -233,7 +233,7 @@ networks: name: nginx-proxy volumes: - nginx: + nginx_config: staticfiles: ```