Update README/dockercompose

This commit is contained in:
Jake Runyan 2026-02-24 02:37:08 -08:00
parent 148c6495ca
commit 9407676ce3
2 changed files with 5 additions and 1 deletions

View File

@ -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
```

View File

@ -1,5 +1,6 @@
services:
cooking:
container_name: cooking
build: .
restart: unless-stopped
networks: