Skip to content

Commit

Permalink
Update docker-compose-latest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
valeraBr authored Jan 25, 2024
1 parent 65ddbe1 commit 258ee38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ services:
- "7770:7770"
environment:
ROOT_PASSWORD: memphis
DOCKER_ENV: "true"
USER_PASS_BASED_AUTH: "true"
DOCKER_ENV: '"true"'
USER_PASS_BASED_AUTH: '"true"'
CONNECTION_TOKEN: memphis
METADATA_DB_HOST: memphis-metadata
volumes:
Expand All @@ -57,7 +57,7 @@ services:
environment:
JWT_SECRET: JWT_TEST_PURPOSE
REFRESH_JWT_SECRET: REFRESH_JWT_TEST_PURPOSE
USER_PASS_BASED_AUTH: "true"
USER_PASS_BASED_AUTH: '"true"'
CONNECTION_TOKEN: memphis
ROOT_USER: root
ROOT_PASSWORD: memphis
Expand Down

0 comments on commit 258ee38

Please sign in to comment.