mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
fix: update GOTENBERG_DSN value to match docker service name (#1735)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"GOTENBERG_DSN": "http://localhost:3000"
|
||||
"GOTENBERG_DSN": "http://gotenberg:3000"
|
||||
},
|
||||
"docker-compose": {
|
||||
"compose.yaml": {
|
||||
|
||||
Reference in New Issue
Block a user