Fixx
This commit is contained in:
parent
75c7d0038c
commit
5ae60d6bb7
@ -2,7 +2,7 @@ version: '2'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
nginx-proxy:
|
nginx-proxy:
|
||||||
image: registry.gitlab.com/printshopcreator/nginx-proxy:latest
|
image: nginxproxy/nginx-proxy:latest
|
||||||
container_name: nginx-proxy
|
container_name: nginx-proxy
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
@ -19,6 +19,8 @@ services:
|
|||||||
letsencrypt:
|
letsencrypt:
|
||||||
image: jrcs/letsencrypt-nginx-proxy-companion
|
image: jrcs/letsencrypt-nginx-proxy-companion
|
||||||
container_name: nginx-proxy-le
|
container_name: nginx-proxy-le
|
||||||
|
depends_on:
|
||||||
|
- "nginx-proxy"
|
||||||
volumes_from:
|
volumes_from:
|
||||||
- nginx-proxy
|
- nginx-proxy
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user