mirror of
https://github.com/pockethost/pockethost.git
synced 2025-05-28 09:46:46 +00:00
readme update
This commit is contained in:
parent
a8ed9b9c93
commit
174b17a861
@ -94,10 +94,10 @@ cd pockethost/docker
|
||||
cp .env-template-dev .env.local # Edit as needed - defaults should work
|
||||
cd ..
|
||||
docker build .
|
||||
docker-compose -f docker/build.yaml up --remove-orphans
|
||||
docker-compose -f docker/migrate.yaml up --remove-orphans
|
||||
docker-compose -f docker/install.yaml up --remove-orphans
|
||||
docker-compose -f docker/dev.yaml up --remove-orphans
|
||||
docker compose -f docker/build.yaml up --remove-orphans
|
||||
docker compose -f docker/migrate.yaml up --remove-orphans
|
||||
docker compose -f docker/install.yaml up --remove-orphans
|
||||
docker compose -f docker/dev.yaml up --remove-orphans
|
||||
open https://pockethost.test
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user