diff --git a/docker-compose.yml b/docker-compose.yml index a0920d2..d4f05b8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,10 +5,11 @@ services: context: . dockerfile: Dockerfile image: my-hugo-app:production + container_name: static-site ports: - "8080:80" restart: unless-stopped environment: - NGINX_PORT=80 - volumes: - - ./public:/usr/share/nginx/html:ro # Optional, for debugging \ No newline at end of file + # volumes: + # - ./public:/usr/share/nginx/html:ro # Optional, for debugging \ No newline at end of file