Skip to content

Commit

Permalink
Fixed folder permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 committed May 27, 2022
1 parent 0af389d commit 01892de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 01892de

Please sign in to comment.