Skip to content

Commit 2d115a4

Browse files
committed
📦 chore: redis init 스크립트 sh로 실행
1 parent eb672ba commit 2d115a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose/docker-compose.prod.infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ services:
6666
- Denamu
6767
env_file:
6868
- /var/prod_config/infra/.env.prod
69-
entrypoint: ["/usr/local/bin/redis-init.sh"]
69+
entrypoint: ["/bin/sh", "/usr/local/bin/redis-init.sh"]
7070
healthcheck:
7171
test: ["CMD", "redis-cli", "ping"]
7272
interval: 10s
@@ -91,7 +91,7 @@ services:
9191
volumes:
9292
- denamu-rabbitmq:/var/lib/rabbitmq
9393
healthcheck:
94-
test: [ "CMD", "rabbitmq-diagnostics", "ping" ]
94+
test: ["CMD", "rabbitmq-diagnostics", "ping"]
9595
interval: 30s
9696
timeout: 10s
9797
retries: 3

0 commit comments

Comments
 (0)