I want to put all the data into pocketbase and run when the html build from that
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
/usr/local/bin/pocketbase superuser upsert EMAIL PASSWORD
docker start containerid
- username : test@example.com
- password : 1234567890