updating
This commit is contained in:
@@ -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`
|
||||||
|
@@ -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/
|
||||||
|
Reference in New Issue
Block a user