+ laravel nginx config, php84

This commit is contained in:
WP Studio
2025-09-18 17:53:09 +03:00
parent 4c410fa89f
commit 0f3d560489
12 changed files with 98 additions and 3 deletions

2
bash/show-python-log.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
docker logs --follow $(docker ps | grep "python-${1}" | awk '{print $1}')