correct startup command
This commit is contained in:
parent
d5fbc47f44
commit
b5c9246807
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ git clone https://github.com/wmurphyrd/guppe.git
|
||||||
cd guppe
|
cd guppe
|
||||||
cp .env.defaults .env
|
cp .env.defaults .env
|
||||||
echo DOMAIN=yourdomain.com >> .env
|
echo DOMAIN=yourdomain.com >> .env
|
||||||
docker-compose up -d
|
docker-compose up --build -d
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
Loading…
Reference in a new issue