diff --git a/docker-compose.yml b/docker-compose.yml index c198283..38723c5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,7 +20,7 @@ services: APP_NAME: "Mini App Logs" volumes: # 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 ────────────────────────── # In the app, add a server with: