Skip to content

Commit

Permalink
fix(doc): fixed typo in symfony sample
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Gillet authored and jeremyVignelles committed Mar 22, 2023
1 parent 9423067 commit ffb8f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/psql-symfony-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ local ddb = import 'ddb.docker.libjsonnet';
ddb.Compose({
services: {
db: ddb.Image("postgres")
db: ddb.Image("postgres") +
{
environment+: {POSTGRES_PASSWORD: "ddb"},
volumes+: ['db-data:/var/lib/postgresql/data']
Expand Down Expand Up @@ -639,4 +639,4 @@ You should be able to view Symfony landing page at
Setup VueJS and Vue CLI
---
To be continued
To be continued

0 comments on commit ffb8f19

Please sign in to comment.