chore: use quotes

This commit is contained in:
Nya Candy 2023-01-25 00:40:47 +08:00
parent 5e3776ddbc
commit 0025daa70e
No known key found for this signature in database
GPG Key ID: 8B1BE5E86F2E66AE
1 changed files with 2 additions and 2 deletions

View File

@ -11,13 +11,13 @@ services:
POSTGRES_DB: hydra
POSTGRES_INITDB_ARGS: "--encoding='UTF8' --lc-collate='C' --lc-ctype='C'"
ports:
- 127.0.0.1:5432:5432
- "127.0.0.1:5432:5432"
redis:
image: redis:alpine
restart: unless-stopped
ports:
- 127.0.0.1:6379:6379
- "127.0.0.1:6379:6379"
hydra:
image: oryd/hydra