From cde6043eaa3eb30b5e159a38e0769495b5c1b265 Mon Sep 17 00:00:00 2001 From: x Date: Tue, 16 Sep 2025 22:42:29 +0200 Subject: [PATCH] updating --- README.md | 2 -- docker-compose.yaml | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 46fb233..13902cd 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,6 @@ To make use of this you can just pull this repo and build the image and or run t You still need to initialize the software and the database manually if you do not have a already existing initialized database. -First of all put a .webm file named 1.webm in `w0bm-data/b` - `docker exec -it w0bm-legacy /bin/bash` `php artisan migrate` diff --git a/docker-compose.yaml b/docker-compose.yaml index 138586e..33534db 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -9,6 +9,7 @@ services: networks: - w0bm volumes: + - ./w0bm-data/sessions/:/home/w0bm/application/w0bm/storage/framework/sessions/ - ./w0bm-data/logs/:/home/w0bm/application/w0bm/storage/logs/ - ./w0bm-data/b/:/home/w0bm/application/w0bm/public/b/ - ./w0bm-data/thumbs/:/home/w0bm/application/w0bm/public/thumbs/