fix infinite loop
This commit is contained in:
+3
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user