mirror of
https://github.com/pockethost/pockethost.git
synced 2025-05-30 02:36:40 +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
|
cp .env-template-dev .env.local # Edit as needed - defaults should work
|
||||||
cd ..
|
cd ..
|
||||||
docker build .
|
docker build .
|
||||||
docker-compose -f docker/build.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/migrate.yaml up --remove-orphans
|
||||||
docker-compose -f docker/install.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/dev.yaml up --remove-orphans
|
||||||
open https://pockethost.test
|
open https://pockethost.test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user