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: ```