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/