Fixed: inconsistent volume naming as mentioned in #317

This commit is contained in:
enrico-kaack 2021-01-10 22:56:18 +01:00 committed by GitHub
parent e50239f067
commit 0c39ddcf66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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