updating #3

Merged
schrumpel merged 1 commits from alternativ into master 2025-09-16 20:43:47 +00:00
2 changed files with 1 additions and 2 deletions

View File

@@ -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`

View File

@@ -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/