docs: use latest image instead of stable in docker-compose.yml (#4876)

docs: use latest image for compose
This commit is contained in:
Max Peintner 2022-12-14 11:10:18 +01:00 committed by GitHub
parent 632639ae7f
commit 06c5f2a731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ services:
restart: 'always'
networks:
- 'zitadel'
image: 'ghcr.io/zitadel/zitadel:stable'
image: 'ghcr.io/zitadel/zitadel:latest'
command: 'start-from-init --masterkey "MasterkeyNeedsToHave32Characters" --tlsMode disabled'
environment:
- 'ZITADEL_DATABASE_COCKROACH_HOST=crdb'