This commit is contained in:
louiscklaw
2025-01-31 21:01:16 +08:00
parent fc6f79b133
commit e08987a3b3
8150 changed files with 1149383 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -x
# docker compose kill
# docker compose down
docker compose up -d --build
# docker compose logs -f
docker compose exec -it php74-httpd bash