Skip to content
Snippets Groups Projects
Commit 8729bac2 authored by muXxer's avatar muXxer
Browse files

Fix: docker-compose now builds automatically

parent 67b6a6e1
Branches
Tags
No related merge requests found
...@@ -4,6 +4,9 @@ services: ...@@ -4,6 +4,9 @@ services:
goshimmer: goshimmer:
image: iotaledger/goshimmer image: iotaledger/goshimmer
build:
context: ./
dockerfile: Dockerfile
container_name: iota_goshimmer container_name: iota_goshimmer
restart: unless-stopped restart: unless-stopped
volumes: volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment