Skip to content

Commit

Permalink
Fix certbot CryptographyDeprecationWarning (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmatnazali authored Nov 15, 2024
1 parent f6055a2 commit cb9297d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.ssl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- "80:80"
- "443:443"
certbot:
image: certbot/certbot:latest
image: certbot/certbot:v3.0.1
container_name: certbot
volumes:
- ./certbot/www/:/var/www/certbot/:rw
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
depends_on:
- moodle
certbot:
image: certbot/certbot:latest
image: certbot/certbot:v3.0.1
container_name: certbot
volumes:
- ./certbot/www/:/var/www/certbot/:rw
Expand Down

0 comments on commit cb9297d

Please sign in to comment.