Skip to content

Commit bd50b81

Browse files
authored
Merge pull request #15 from ericpoe/patch-1
Add colon to docker-compose volume name
2 parents c3d0326 + 5da23a7 commit bd50b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/installation/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ services:
8787
volumes:
8888
- speedtest-db:/var/lib/postgresql/data
8989
volumes:
90-
speedtest-app
90+
speedtest-app:
9191
speedtest-db:
9292
```
9393
{% endtab %}

0 commit comments

Comments
 (0)