Skip to content
Snippets Groups Projects
Unverified Commit d1195f0a authored by Angelo Capossele's avatar Angelo Capossele Committed by GitHub
Browse files

Merge pull request #47 from muXxer/docker-compose

Fix: docker-compose now builds automatically
parents 7dd76b9c 8729bac2
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