mirror of
https://github.com/runyanjake/cooking.git
synced 2026-03-26 01:43:17 -07:00
Update README/dockercompose
This commit is contained in:
parent
148c6495ca
commit
9407676ce3
@ -1,4 +1,7 @@
|
||||
# cooking
|
||||
A content-first recipe site. See it in action [HERE](https://recipes.whitney.rip).
|
||||
|
||||
|
||||
## Build
|
||||
```bash
|
||||
docker compose down && docker system prune && docker compose up -d --build && docker logs -f recipes
|
||||
```
|
||||
@ -1,5 +1,6 @@
|
||||
services:
|
||||
cooking:
|
||||
container_name: cooking
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user