File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -88,17 +88,6 @@ flowchart TD
8888
8989> 💡 Only Caddy exposes a port – all services are routed through it.
9090
91- ## 🔄 Resetting
92-
93- If you want to start fresh:
94-
95- ``` sh
96- docker compose down --volumes
97- docker compose up -d
98- ```
99-
100- This will wipe your database and re-run all migrations from scratch.
101-
10291## Project Structure
10392
10493```
@@ -115,6 +104,17 @@ This will wipe your database and re-run all migrations from scratch.
115104📄 README.md → Overview and quick start for the repository
116105```
117106
107+ ## 🔄 Resetting
108+
109+ If you want to start fresh:
110+
111+ ``` sh
112+ docker compose down --volumes
113+ docker compose up -d
114+ ```
115+
116+ This will wipe your database and re-run all migrations from scratch.
117+
118118## ➕ What's Next?
119119
120120👉 [ Create your database schema with migrations] ( migrations.md )
You can’t perform that action at this time.
0 commit comments