-
Wolfgang Welz authored
* Use docker specific config * Format JSON
Wolfgang Welz authored* Use docker specific config * Format JSON
docker-compose.yml 354 B
version: "3"
services:
goshimmer:
network_mode: host
image: iotaledger/goshimmer
build:
context: ./
dockerfile: Dockerfile
container_name: iota_goshimmer
restart: unless-stopped
volumes:
- ./mainnetdb:/app/mainnetdb:rw
ports:
- "14666:14666/tcp"
- "14626:14626/udp"
- "14626:14626/tcp"