fix infinite loop

This commit is contained in:
2026-06-04 21:36:12 +07:00
parent e3666a13c1
commit 385166accd
3 changed files with 6 additions and 3 deletions
+3 -2
View File
@@ -1,10 +1,11 @@
services:
nginx:
image: nginx:1.25-alpine
build:
context: .
dockerfile: Dockerfile.nginx
ports:
- "80"
volumes:
- ./docker-nginx.conf:/etc/nginx/conf.d/default.conf:ro
- app-public:/var/www/html/public:ro
- app-storage:/var/www/html/storage:ro
depends_on: