Commit defcfb6
authored
fix: Use unique container name for Edgehog database (#1125)
Changed the postgres container name from 'postgres' to 'edgehog-db'
in the dev-backend recipe to avoid conflicts with existing
postgres containers.
The generic 'postgres' name is commonly used and can cause issues when
running multiple postgres instances on the same system.
Signed-off-by: Omar <omar.brbutovic@secomind.com>1 parent f777024 commit defcfb6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
0 commit comments