oskarb-patch-1 #1
@@ -9,10 +9,9 @@ services:
|
|||||||
- laravel
|
- laravel
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:1.27
|
build:
|
||||||
volumes:
|
context: .
|
||||||
- ../nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
target: nginx
|
||||||
- ./public:/var/www/html/public:ro
|
|
||||||
ports:
|
ports:
|
||||||
- '${APP_PORT:-80}:80'
|
- '${APP_PORT:-80}:80'
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user