diff --git a/docker-compose.yml b/docker-compose.yml index 990f8e3..86c4c69 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,5 +10,5 @@ services: - "8081:80" restart: unless-stopped # Uncomment the following lines if you want to mount the configuration locally for development/testing - volumes: - - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro + # volumes: + # - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro