oskarb-patch-1 #1

Merged
oskarb merged 2 commits from oskarb-patch-1 into master 2025-08-31 08:03:48 +02:00
Showing only changes of commit da8360a7cf - Show all commits

View File

@@ -9,10 +9,9 @@ services:
- laravel
nginx:
image: nginx:1.27
volumes:
- ../nginx.conf:/etc/nginx/conf.d/default.conf:ro
- ./public:/var/www/html/public:ro
build:
context: .
target: nginx
ports:
- '${APP_PORT:-80}:80'
depends_on: