Skip to content

Commit 80ef993

Browse files
committed
fix(prod): don't use non-existent flags
1 parent 74f2f48 commit 80ef993

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deployments/prod/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
timeout=900 # 15m
44
conf=deployments/prod/docker-compose.yaml
55

6-
docker compose -f $conf down --wait-timeout $timeout
6+
docker compose -f $conf down
77
docker compose -f $conf build
88

99
docker compose -f $conf up redis1 redis2 redis3 -d --wait --wait-timeout $timeout

0 commit comments

Comments
 (0)