Skip to content
Snippets Groups Projects
docker-compose.yml 404 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:
Wolfgang Welz's avatar
Wolfgang Welz committed
      - ./mainnetdb:/app/mainnetdb:rw
    ports:
      - "14666:14666/tcp"
      - "14626:14626/udp"
Yu Wei Wu's avatar
Yu Wei Wu committed
      - "14626:14626/tcp"
Wolfgang Welz's avatar
Wolfgang Welz committed
    command: "--node.disablePlugins statusscreen"