mirror of
https://github.com/runyanjake/cooking.git
synced 2026-03-26 09:53:17 -07:00
Update README/dockercompose
This commit is contained in:
parent
148c6495ca
commit
9407676ce3
@ -1,4 +1,7 @@
|
|||||||
# cooking
|
# cooking
|
||||||
A content-first recipe site. See it in action [HERE](https://recipes.whitney.rip).
|
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:
|
services:
|
||||||
cooking:
|
cooking:
|
||||||
|
container_name: cooking
|
||||||
build: .
|
build: .
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user