basicswap_miserver/docker/docker-compose.yml
2019-07-18 20:41:17 +02:00

16 lines
255 B
YAML

version: '3'
services:
swapclient:
build:
context: ../
volumes:
- ./coindata:/coindata
ports:
- "${HTML_PORT}" # Expose only to localhost, see .env
volumes:
coindata:
driver: local