Skip to content

Commit

Permalink
build: docker-compose에 certbot 볼륨 마운트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
minjungw00 committed Nov 18, 2024
1 parent 7f62545 commit d76e29b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ services:
- "443:443"
volumes:
- ./client/dist:/usr/share/nginx/html
- ./certbot/www:/var/www/certbot
- /etc/letsencrypt:/etc/letsencrypt:ro
depends_on:
- frontend
Expand Down

0 comments on commit d76e29b

Please sign in to comment.