Skip to content

Commit b237652

Browse files
authored
chore: fix comments (#99)
1 parent d3631d9 commit b237652

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-compose.nat.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
2-
# REDIS_HOST=192.168.11.9 docker compose -f docker-compose.nat.yaml ps
2+
# REDIS_HOST=192.168.11.9 docker compose -f docker-compose.nat.yaml up
3+
# REDIS_HOST=192.168.11.7 docker compose -f docker-compose.nat.yaml up
4+
# bundle exec rake 'build_cluster[192.168.11.9,192.168.11.7]'
35
services:
46
node1: &node
57
image: "redis:${REDIS_VERSION:-7}"

0 commit comments

Comments
 (0)