Skip to content

Commit

Permalink
docker: update autossl image
Browse files Browse the repository at this point in the history
We are using our own 'docker-nginx-auto-ssl' image because
upstream is using the latest tag (bad practice) instead
of a specific versioned tag.
  • Loading branch information
gustavosbarreto committed Apr 5, 2022
1 parent a4e370e commit 7628b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.autossl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
timeout: 10s
retries: 10
autossl:
image: valian/docker-nginx-auto-ssl:1.2.0
image: shellhubio/docker-nginx-auto-ssl:1.0.0
restart: unless-stopped
depends_on:
- gateway
Expand Down

0 comments on commit 7628b90

Please sign in to comment.