This commit is contained in:
x
2025-09-16 22:42:29 +02:00
parent 8fd511f168
commit cde6043eaa
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. 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` `docker exec -it w0bm-legacy /bin/bash`
`php artisan migrate` `php artisan migrate`

View File

@@ -9,6 +9,7 @@ services:
networks: networks:
- w0bm - w0bm
volumes: volumes:
- ./w0bm-data/sessions/:/home/w0bm/application/w0bm/storage/framework/sessions/
- ./w0bm-data/logs/:/home/w0bm/application/w0bm/storage/logs/ - ./w0bm-data/logs/:/home/w0bm/application/w0bm/storage/logs/
- ./w0bm-data/b/:/home/w0bm/application/w0bm/public/b/ - ./w0bm-data/b/:/home/w0bm/application/w0bm/public/b/
- ./w0bm-data/thumbs/:/home/w0bm/application/w0bm/public/thumbs/ - ./w0bm-data/thumbs/:/home/w0bm/application/w0bm/public/thumbs/