change docker compose

This commit is contained in:
2026-03-15 16:53:30 +07:00
parent f03b980f8c
commit a41326823b

View File

@@ -20,7 +20,7 @@ services:
APP_NAME: "Mini App Logs" APP_NAME: "Mini App Logs"
volumes: volumes:
# Persistent: SQLite database, sessions, file cache # Persistent: SQLite database, sessions, file cache
- app_storage:/var/www/html/storage - ./app_storage:/var/www/html/storage
# ── To read logs from the HOST machine via SSH ────────────────────────── # ── To read logs from the HOST machine via SSH ──────────────────────────
# In the app, add a server with: # In the app, add a server with: