mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-17 18:46:43 +01:00
typo
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
This commit is contained in:
parent
a39742175e
commit
326ed47848
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ services:
|
||||||
labels:
|
labels:
|
||||||
- "com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy"
|
- "com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy"
|
||||||
volumes:
|
volumes:
|
||||||
- certs:/etc/nginx/certs:ro:z
|
- certs:/etc/nginx/certs:ro,z
|
||||||
- vhost.d:/etc/nginx/vhost.d:z
|
- vhost.d:/etc/nginx/vhost.d:z
|
||||||
- html:/usr/share/nginx/html:z
|
- html:/usr/share/nginx/html:z
|
||||||
- dhparam:/etc/nginx/dhparam:z
|
- dhparam:/etc/nginx/dhparam:z
|
||||||
|
|
Loading…
Reference in a new issue