diff --git a/docker-compose.yml b/docker-compose.yml index 97febb2a..04b613cb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: # command: sh -c "envsubst < /etc/nginx/conf.d/default.conf.template > /etc/nginx/conf.d/default.conf && nginx -g 'daemon off;'" ports: - - 8080:8080 + - 80:80 volumes: - ./conf/nginx.conf:/etc/nginx/conf.d/default.conf # volumes: