Skip to content

Commit

Permalink
#51 - ssl certbot 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Min-SungJo committed Jul 15, 2024
1 parent f843da9 commit ecf01a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ services:
image: certbot/certbot
container_name: certbot_service
volumes:
- ./certbot/conf:/etc/letsencrypt
- ./certbot/www:/var/www/certbot
- ../certbot/conf:/etc/letsencrypt
- ../certbot/www:/var/www/certbot
entrypoint: "/bin/sh -c 'trap exit TERM; while :; do certbot renew --quiet; sleep 12h & wait $${!}; done;'"
networks:
- geoserver-net
Expand Down Expand Up @@ -88,8 +88,8 @@ services:
TZ: Asia/Seoul
volumes:
- ssl:/etc/letsencrypt/live/${DOMAIN}
- ./certbot/conf:/etc/letsencrypt
- ./certbot/www:/var/www/certbot
- ../certbot/conf:/etc/letsencrypt
- ../certbot/www:/var/www/certbot
networks:
- geoserver-net

Expand Down

0 comments on commit ecf01a6

Please sign in to comment.