Removed traefik labels and moved data dir
This commit is contained in:
parent
832c2f6b1b
commit
1511b00220
1 changed files with 15 additions and 0 deletions
15
lbrycrd/compose/docker-compose.yml-regtest
Normal file
15
lbrycrd/compose/docker-compose.yml-regtest
Normal file
|
@ -0,0 +1,15 @@
|
|||
version: '3.4'
|
||||
|
||||
services:
|
||||
#############
|
||||
## Lbrycrd ##
|
||||
#############
|
||||
lbrycrd:
|
||||
image: tiger5226/regtest
|
||||
restart: always
|
||||
ports:
|
||||
- "11336:9246"
|
||||
- "11337:11337"
|
||||
## host volumes for persistent data such as wallet private keys.
|
||||
volumes:
|
||||
- "../persist/data:/data"
|
Loading…
Add table
Reference in a new issue