Update the right port field

This commit is contained in:
Mark 2019-07-11 20:52:12 -04:00 committed by GitHub
parent 782ffb3483
commit b1a2e9706e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,8 +8,8 @@ services:
image: lbry/lbrycrd:linux-x86_64-production image: lbry/lbrycrd:linux-x86_64-production
restart: always restart: always
ports: ports:
- "11336:9246" - "11336:29246"
- "11337:11337" - "11337:29245"
## host volumes for persistent data such as wallet private keys. ## host volumes for persistent data such as wallet private keys.
volumes: volumes:
- "../persist/data:/data" - "../persist/data:/data"