Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
image: certbot/certbot
volumes:
# Nginx와 동일한 인증서 볼륨 공유
- ./certbot/conf:/etc/letsencrypt
- ./certbot/www:/var/www/certbot
- ~/certbot-data/conf:/etc/letsencrypt
- ~/certbot-data/www:/var/www/certbot
# 12시간마다 갱신 시도
entrypoint: "/bin/sh -c 'trap exit TERM; while :; do certbot renew; sleep 12h & wait $${!}; done;'"