Skip to content

Commit b3ed5c3

Browse files
authored
Update docker-compose.yml
1 parent 3c41eb5 commit b3ed5c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ networks:
1010
services:
1111
nginx-proxy:
1212
container_name: nginx-proxy
13-
image: nginxproxy/nginx-proxy
13+
image: nginxproxy/nginx-proxy:alpine
1414
restart: unless-stopped
1515
ports:
1616
- 80:80
@@ -27,7 +27,7 @@ services:
2727
- TZ
2828

2929
nginx-proxy-acme:
30-
container_name: nginx-proxy-acme
30+
container_name: nginx-proxy-acme:latest
3131
image: nginxproxy/acme-companion
3232
restart: unless-stopped
3333
networks:

0 commit comments

Comments
 (0)