correct startup command

This commit is contained in:
Will Murphy 2022-05-01 15:09:05 -05:00
parent d5fbc47f44
commit b5c9246807

View file

@ -26,7 +26,7 @@ git clone https://github.com/wmurphyrd/guppe.git
cd guppe
cp .env.defaults .env
echo DOMAIN=yourdomain.com >> .env
docker-compose up -d
docker-compose up --build -d
```
## License