From 01892de4edc7183c0afeb5d721ea65b81df02c1e Mon Sep 17 00:00:00 2001 From: blt950 Date: Fri, 27 May 2022 13:53:32 +0200 Subject: [PATCH] Fixed folder permissions --- .docker/deploy.sh | 2 +- docker-compose.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.docker/deploy.sh b/.docker/deploy.sh index 3f8edc5..d520d93 100644 --- a/.docker/deploy.sh +++ b/.docker/deploy.sh @@ -52,7 +52,7 @@ else fi # Adjust directory permissions -chmod -R 777 storage bootstrap/cache +chmod -R 755 storage bootstrap/cache # Artisan magic run_php artisan migrate diff --git a/docker-compose.yaml b/docker-compose.yaml index f11f117..cc4be25 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -9,6 +9,7 @@ services: - 5001:443 extra_hosts: - "host.docker.internal:host-gateway" + - "vatsca.local:host-gateway" volumes: - ./:/var/www/html - ./apache:/var/www/logs \ No newline at end of file