summaryrefslogtreecommitdiffstats
path: root/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/docker-compose.yml
diff options
context:
space:
mode:
authorLejo <Lejo_1@web.de>2021-12-10 10:53:51 +0100
committerGitHub <noreply@github.com>2021-12-10 09:53:51 +0000
commit3619c0caac0cd3846ac7a6a722fdc092116967c5 (patch)
tree776272f4049586f6f0301956e9b1bb392de15980 /.examples/docker-compose/with-nginx-proxy/mariadb/fpm/docker-compose.yml
parent5a189c719de104a886994f95489e8524d71e36b2 (diff)
Update Nginx-Proxy Docker repository (#1644)
Signed-off-by: Lejo1 <Lejo_1@web.de>
Diffstat (limited to '.examples/docker-compose/with-nginx-proxy/mariadb/fpm/docker-compose.yml')
-rw-r--r--.examples/docker-compose/with-nginx-proxy/mariadb/fpm/docker-compose.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/docker-compose.yml b/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/docker-compose.yml
index 0fdcc20f..8f6b7f1a 100644
--- a/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/docker-compose.yml
+++ b/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/docker-compose.yml
@@ -61,8 +61,6 @@ services:
ports:
- 80:80
- 443:443
- labels:
- com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy: "true"
volumes:
- certs:/etc/nginx/certs:ro
- vhost.d:/etc/nginx/vhost.d
@@ -72,13 +70,13 @@ services:
- proxy-tier
letsencrypt-companion:
- image: jrcs/letsencrypt-nginx-proxy-companion
+ image: nginxproxy/acme-companion
restart: always
+ volumes_from:
+ - proxy
volumes:
- - certs:/etc/nginx/certs
+ - certs:/etc/nginx/certs:rw
- acme:/etc/acme.sh
- - vhost.d:/etc/nginx/vhost.d
- - html:/usr/share/nginx/html
- /var/run/docker.sock:/var/run/docker.sock:ro
networks:
- proxy-tier