Skip to content

Commit

Permalink
Update certbot path's
Browse files Browse the repository at this point in the history
  • Loading branch information
semeniak97mf committed Nov 11, 2024
1 parent 6dac2c2 commit 36924a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
container_name: sportchain-explorer
restart: unless-stopped
volumes:
- ./nginx/ssl:/etc/nginx/ssl:ro
- ./certbot/conf:/etc/nginx/ssl:ro
- ./certbot/www:/var/www/certbot:ro

ports:
Expand All @@ -23,8 +23,8 @@ services:
container_name: sportchain-explorer-certbot
restart: always
volumes:
- ./nginx/ssl:/etc/letsencrypt:rw
- ./certbot/www:/var/www/certbot:rw
- ./certbot/conf/:/etc/letsencrypt/:rw
- ./certbot/www/:/var/www/certbot/:rw
entrypoint: "/bin/sh -c 'trap exit TERM; certbot certonly --webroot -w /var/www/certbot/ --preferred-challenges http -d $$CERTBOT_DOMAIN --email $$CERTBOT_EMAIL --agree-tos --non-interactive --verbose; sleep 12h'"
environment:
- [email protected]
Expand Down

0 comments on commit 36924a4

Please sign in to comment.