Skip to content

Commit

Permalink
remove debuging
Browse files Browse the repository at this point in the history
  • Loading branch information
hostmaster committed Mar 21, 2022
1 parent 2d98e89 commit 4000479
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,4 @@ services:
build:
context: .
expose:
- 7000
- 7001
- 7002
- 7003
- 7004
- 7005
- '7000-7005'
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -ex
#!/bin/sh -e

if [ "$1" = 'redis-cluster' ]; then
# Allow passing in cluster IP by argument or environmental variable
Expand Down Expand Up @@ -78,7 +78,7 @@ exec /usr/local/bin/redis-server /redis-conf/${port}/redis.conf
EOF

chmod +x "/etc/sv/${port}/run"
ln -svf "/etc/sv/${port}" /etc/service/
ln -sf "/etc/sv/${port}" /etc/service/
done

(
Expand Down

0 comments on commit 4000479

Please sign in to comment.