Laravel 第一版修正 Nginx 20250529
This commit is contained in:
parent
4edbb6bf00
commit
5bc1e90ec0
@ -42,7 +42,7 @@ services:
|
||||
image: nginx:stable-alpine
|
||||
container_name: ${PROJECT_NAME}_nginx
|
||||
ports:
|
||||
- "8080:80"
|
||||
- "80:80"
|
||||
volumes:
|
||||
- ./data:/var/www
|
||||
- ./default.conf:/etc/nginx/conf.d/default.conf
|
||||
|
Reference in New Issue
Block a user