Skip to content

Commit

Permalink
Merge pull request #598 from Clubber2024/feat/#589-운영서버-해외-ip-차단-작업
Browse files Browse the repository at this point in the history
feat: 마운트 문제로 주석처리 (#589)
  • Loading branch information
sseongeun authored Jan 24, 2025
2 parents bf12a9c + 566d64e commit bac0333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
- ./nginx/:/etc/nginx/
- ./data/certbot/conf:/etc/letsencrypt
- ./data/certbot/www:/var/www/certbot
- /var/lib/GeoIP/GeoLite2-Country.mmdb:/var/lib/GeoIP/GeoLite2-Country.mmdb
# - /var/lib/GeoIP/GeoLite2-Country.mmdb:/var/lib/GeoIP/GeoLite2-Country.mmdb
ports:
- "80:80"
- "443:443"
Expand Down

0 comments on commit bac0333

Please sign in to comment.