We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c0395 commit 71bf8e6Copy full SHA for 71bf8e6
1 file changed
docs/gettingstarted.md
@@ -91,18 +91,6 @@ SuperStack automatically:
91
92
> 💡 Only Caddy exposes a port – all services are routed through it.
93
94
-## Change the Docker images to your own (Recommended)
95
-
96
-In `compose.yaml`, change the `explodinglabs` images to your own:
97
98
-```yaml
99
-postgres:
100
- image: ghcr.io/youruser/myapp-postgres:0.1.0
101
102
-caddy:
103
- image: ghcr.io/youruser/myapp-caddy:0.1.0
104
-```
105
106
## ➕ What's Next?
107
108
👉 [Create your database schema with migrations](migrations.md)
0 commit comments