fix nginx conf and laravel command
This commit is contained in:
+3
-2
@@ -11,9 +11,10 @@ services:
|
||||
- mariadb
|
||||
|
||||
nginx:
|
||||
image: nginx:1.25-alpine
|
||||
build:
|
||||
context: .docker/nginx
|
||||
dockerfile: Dockerfile
|
||||
volumes:
|
||||
- .docker/nginx/default.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
- app-storage:/var/www/storage/app
|
||||
- app-public-img:/var/www/public/img
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user