Skip to content

Commit c02d00d

Browse files
committed
Changed redis service
1 parent ffa8c3c commit c02d00d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull-request-develop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ jobs:
112112
- 5432:5432
113113
redis:
114114
image: redis:6.2-alpine
115-
command: redis-server /redis.conf --requirepass password
115+
options: >-
116+
--requirepass password
116117
ports:
117118
- 6379:6379
118119

0 commit comments

Comments
 (0)