basicswap/docker/docker-compose.yml

16 lines
254 B
YAML
Raw Normal View History

2019-07-17 15:12:06 +00:00
version: '3'
services:
swapclient:
build:
context: ../
volumes:
- ./coindata:/coindata
ports:
- "127.0.0.1:12700:12700" # Expose only to localhost
volumes:
coindata:
driver: local