Skip to content

Commit

Permalink
deploy: nginx 마운트 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mingulmangul authored Nov 24, 2023
1 parent 46e1ef3 commit 8ba5231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ services:
restart: always
volumes:
- ../config/nginx:/etc/nginx/conf.d
- /data/certbot/conf:/etc/letsencrypt
- /data/certbot/www:/var/www/certbot
- /etc/letsencrypt:/etc/letsencrypt
- /var/lib/letsencrypt:/var/lib/letsencrypt
ports:
- 80:80
- 443:443
Expand Down

0 comments on commit 8ba5231

Please sign in to comment.