Commit c1d5602
committed
fix: simplify docker-compose-opengauss.yml configuration
Docker Configuration Optimization:
✅ Simplified OpenGauss Docker setup
- Commented out volume mounts for easier testing
- Removed persistent data volume to avoid permission issues
- Removed custom setup script dependency
- Maintained core service configuration
✅ Benefits for users
- Faster container startup without volume setup
- No dependency on external setup scripts
- Easier testing and development workflow
- Reduced complexity for new users
This change makes it easier for users to quickly start an OpenGauss
instance for testing the gaussdb-rust examples without dealing with
volume permissions or custom scripts.1 parent d442115 commit c1d5602
1 file changed
+3
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 28 | | |
36 | 29 | | |
37 | 30 | | |
0 commit comments