Skip to content

Commit 760cf79

Browse files
committed
Remove quotes from docker compose file
1 parent d0c2ca9 commit 760cf79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ services:
5252
- SHARE_SERVER_PORT=5424
5353
- SHARE_REDIS=redis://redis:6379
5454
- SHARE_POSTGRES=postgresql://postgres:sekrit@postgres:5432
55-
- SHARE_HMAC_KEY="hmac-key-test-key-test-key-test-"
56-
- SHARE_EDDSA_KEY="eddsa-key-test-key-test-key-test"
55+
- SHARE_HMAC_KEY=hmac-key-test-key-test-key-test-
56+
- SHARE_EDDSA_KEY=eddsa-key-test-key-test-key-test
5757
- SHARE_DEPLOYMENT=local
5858
- SHARE_POSTGRES_CONN_TTL=30
5959
- SHARE_POSTGRES_CONN_MAX=10

0 commit comments

Comments
 (0)