Skip to content
Snippets Groups Projects
docker-compose.yml 352 B
Newer Older
version: "3"

services:

  goshimmer:
    network_mode: host
    image: iotaledger/goshimmer
    build:
      context: ./
      dockerfile: Dockerfile
    container_name: iota_goshimmer
    restart: unless-stopped
    volumes:
      - ./mainnetdb/:/mainnetdb/:rw
    ports:
      - "14666:14666/tcp"
      - "14626:14626/udp"
Yu Wei Wu's avatar
Yu Wei Wu committed
      - "14626:14626/tcp"