Skip to content

Commit

Permalink
chore: fix single-zone.md docs typo (8xFF#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 authored Jul 23, 2024
1 parent fcf360b commit af05cd9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/getting-started/installation/single-zone.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ docker run -d --name gateway1 --net=host ghcr.io/8xff/atm0s-media-gateway:master
--sdn-zone 0 \
--http-port 3000 \
--enable-private-ip \
--seed 0@/ip4/127.0.0.1/udp/10000 \
--seeds 0@/ip4/127.0.0.1/udp/10000 \
gateway
```

Expand All @@ -79,7 +79,7 @@ docker run -d --name gateway2 --net=host ghcr.io/8xff/atm0s-media-gateway:master
--sdn-zone 0 \
--http-port 3001 \
--enable-private-ip \
--seed 0@/ip4/127.0.0.1/udp/10000 \
--seeds 0@/ip4/127.0.0.1/udp/10000 \
gateway
```

Expand All @@ -99,8 +99,8 @@ docker run -d --name main-connector --net=host ghcr.io/8xff/atm0s-media-gateway:
--sdn-port 10020 \
--sdn-zone 0 \
--enable-private-ip \
--seed 10@/ip4/127.0.0.1/udp/10010 \
--seed 11@/ip4/127.0.0.1/udp/10011 \
--seeds 10@/ip4/127.0.0.1/udp/10010 \
--seeds 11@/ip4/127.0.0.1/udp/10011 \
connector \
--s3-uri "http://minioadmin:[email protected]:9000/record"
```
Expand All @@ -114,8 +114,8 @@ docker run -d --name media1 --net=host ghcr.io/8xff/atm0s-media-gateway:master \
--sdn-port 10100 \
--sdn-zone 0 \
--enable-private-ip \
--seed 10@/ip4/127.0.0.1/udp/10010 \
--seed 11@/ip4/127.0.0.1/udp/10011 \
--seeds 10@/ip4/127.0.0.1/udp/10010 \
--seeds 11@/ip4/127.0.0.1/udp/10011 \
media \
--allow-private-ip
```
Expand All @@ -127,8 +127,8 @@ docker run -d --name media2 --net=host ghcr.io/8xff/atm0s-media-gateway:master \
--sdn-port 10101 \
--sdn-zone 0 \
--enable-private-ip \
--seed 10@/ip4/127.0.0.1/udp/10010 \
--seed 11@/ip4/127.0.0.1/udp/10011 \
--seeds 10@/ip4/127.0.0.1/udp/10010 \
--seeds 11@/ip4/127.0.0.1/udp/10011 \
media \
--allow-private-ip
```
Expand Down

0 comments on commit af05cd9

Please sign in to comment.