Update the right port field
This commit is contained in:
parent
782ffb3483
commit
b1a2e9706e
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ services:
|
|||
image: lbry/lbrycrd:linux-x86_64-production
|
||||
restart: always
|
||||
ports:
|
||||
- "11336:9246"
|
||||
- "11337:11337"
|
||||
- "11336:29246"
|
||||
- "11337:29245"
|
||||
## host volumes for persistent data such as wallet private keys.
|
||||
volumes:
|
||||
- "../persist/data:/data"
|
||||
|
|
Loading…
Reference in a new issue