Skip to content

Commit

Permalink
use current user
Browse files Browse the repository at this point in the history
  • Loading branch information
eliobischof committed Oct 16, 2024
1 parent b058b75 commit 77fb366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acceptance/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
zitadel:
user: "${ZITADEL_DEV_UID:-1000}"
user: "${USER}"
image: "${ZITADEL_IMAGE:-ghcr.io/zitadel/zitadel:latest}"
command: 'start-from-init --masterkey "MasterkeyNeedsToHave32Characters" --tlsMode disabled --config /zitadel.yaml --steps /zitadel.yaml'
ports:
Expand Down Expand Up @@ -42,7 +42,7 @@ services:
- zitadel

setup:
user: "${ZITADEL_DEV_UID:-1000}"
user: "${USER}"
container_name: setup
build: .
environment:
Expand Down

0 comments on commit 77fb366

Please sign in to comment.