Skip to content

Commit

Permalink
remove unless-stopped option (iotaledger#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
capossele authored Apr 9, 2021
1 parent 90578b9 commit 7f83289
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ services:
context: ./
dockerfile: Dockerfile
container_name: iota_goshimmer
restart: unless-stopped
command: >
--node.enablePlugins=prometheus
# Mount volumes:
Expand Down
3 changes: 1 addition & 2 deletions docs/tutorials/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ services:
image: iotaledger/goshimmer:latest
container_name: goshimmer
hostname: goshimmer
stop_grace_period: 1m
restart: unless-stopped
stop_grace_period: 2m
volumes:
- "./db:/tmp/mainnetdb:rw"
- "/etc/localtime:/etc/localtime:ro"
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/static_identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ goshimmer:
context: ./
dockerfile: Dockerfile
container_name: iota_goshimmer
restart: unless-stopped
command: >
--node.enablePlugins=prometheus
--autopeering.seed="base64:gP0uRLhwBG2yJJmnLySX4S4R5G250Z3dbN9yBR6VSyY="
Expand Down
1 change: 0 additions & 1 deletion tools/entry-node/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ services:
- "1888:188/tcp" # analysis server
- "8080:80/tcp" # analysis dashboard
- "14626:14626/udp" # autopeering discovery
restart: unless-stopped
command: >
--autopeering.seed=${SEED}
--autopeering.entryNodes=
Expand Down

0 comments on commit 7f83289

Please sign in to comment.