fix(ci): remove volume mount for nginx.conf
All checks were successful
Deploy to Production / deploy (push) Successful in 3s

This commit is contained in:
2026-02-12 22:20:55 +01:00
parent c42210ac24
commit 29952b22e7

View File

@@ -10,5 +10,5 @@ services:
- "8081:80" - "8081:80"
restart: unless-stopped restart: unless-stopped
# Uncomment the following lines if you want to mount the configuration locally for development/testing # Uncomment the following lines if you want to mount the configuration locally for development/testing
volumes: # volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro # - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro