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