Skip to content

Commit

Permalink
Update docker-compose-regtest-liquid.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero authored May 4, 2021
1 parent c0f0d50 commit a23f402
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/docker-compose-regtest-liquid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,16 @@ services:
liquid:
image: ghcr.io/vulpemventures/elements:latest
container_name: liquid
command:
- -datadir=config
networks:
local:
ipv4_address: 10.10.0.11
ports:
- ${LIQUID_NODE_PORT}:18884
- ${LIQUID_PEER_PORT}:18886
volumes:
- ./volumes/liquidregtest/liquid-config/:/home/elements/.elements
- ./volumes/liquidregtest/liquid-config/:/config
restart: unless-stopped
# Block explorer REST servers
electrs:
Expand Down

0 comments on commit a23f402

Please sign in to comment.