We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e070dd commit 325ccc3Copy full SHA for 325ccc3
1 file changed
.devcontainer/docker-compose.yml
@@ -1,5 +1,3 @@
1
-version: '3'
2
-
3
services:
4
core:
5
hostname: core
@@ -116,7 +114,7 @@ services:
116
114
117
115
umami:
118
hostname: umami
119
- image: ghcr.io/umami-software/umami:postgresql-latest
+ image: ghcr.io/umami-software/umami:3.0.3
120
environment:
121
DATABASE_URL: postgresql://umami:umami@db:5432/umami
122
DATABASE_TYPE: postgresql
0 commit comments