diff --git a/docker-compose-prod.yml b/docker-compose-prod.yml index 39960b49..038dee21 100644 --- a/docker-compose-prod.yml +++ b/docker-compose-prod.yml @@ -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"