Skip to content

Commit

Permalink
🐛 fix(ci): Wrong user ID
Browse files Browse the repository at this point in the history
  • Loading branch information
kms0219kms committed Nov 20, 2024
1 parent c95b6c9 commit a7f56c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
TZ: Asia/Seoul
PGDATA: /data/postgres
healthcheck:
test: ["CMD", "pg_isready", "-U", "postgres"]
test: ["CMD", "pg_isready", "-U", "wakttu"]
volumes:
- ./postgres/data:/data/postgres
networks:
Expand All @@ -43,7 +43,7 @@ services:
- 6379:6379
env_file:
- redis.env
command: redis-server --requirepass "$${PASSWORD}" --include /usr/local/etc/redis/redis.conf
command: /bin/sh -c "redis-server --requirepass $$PASSWORD --include /usr/local/etc/redis/redis.conf"
labels:
- 'name=redis'
- 'mode=standalone'
Expand Down

0 comments on commit a7f56c1

Please sign in to comment.