mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 09:38:36 +00:00
update readme
This commit is contained in:
parent
9bb06d67b1
commit
db4031524a
1 changed files with 5 additions and 1 deletions
|
@ -98,7 +98,7 @@ docker run \
|
||||||
-e DB_DATABASE=... \
|
-e DB_DATABASE=... \
|
||||||
-e DB_USERNAME=... \
|
-e DB_USERNAME=... \
|
||||||
-e DB_PASSWORD=... \
|
-e DB_PASSWORD=... \
|
||||||
ghcr.io/cp6/my-idlers:latest
|
ghcr.io/Ne00n/my-idlers:latest
|
||||||
docker exec ... php artisan migrate:fresh --seed --force # Set up database one time
|
docker exec ... php artisan migrate:fresh --seed --force # Set up database one time
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -164,6 +164,10 @@ All API requests must be appended with `api/` e.g `mydomain.com/api/servers/gYk8
|
||||||
|
|
||||||
`os/`
|
`os/`
|
||||||
|
|
||||||
|
`notes/`
|
||||||
|
|
||||||
|
`notes/{id}`
|
||||||
|
|
||||||
`os/{id}`
|
`os/{id}`
|
||||||
|
|
||||||
`pricing/`
|
`pricing/`
|
||||||
|
|
Loading…
Add table
Reference in a new issue