-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b20896e
commit c42be9c
Showing
4 changed files
with
24,489 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Tasks | ||
|
||
I want to put all the data into pocketbase and run when the html build from that | ||
|
||
## run pocketbase | ||
|
||
```bash | ||
docker run \ | ||
--name=pocketbase \ | ||
-p 8090:8090 \ | ||
-v ./pb_data:/pb_data \ | ||
-v ./pb_public:/pb_public \ | ||
--restart unless-stopped \ | ||
ghcr.io/muchobien/pocketbase:latest | ||
``` | ||
|
||
## create super user in docker | ||
|
||
```bash | ||
/usr/local/bin/pocketbase superuser upsert EMAIL PASSWORD | ||
``` | ||
|
||
## start stopped container | ||
|
||
```bash | ||
docker start containerid | ||
``` | ||
|
||
## access admin pages | ||
|
||
<http://localhost:8090/\_/> |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.