Skip to content

Commit

Permalink
Merge pull request #8 from hundehausen/patch-1
Browse files Browse the repository at this point in the history
Add restart option to containers
  • Loading branch information
pluja authored Oct 18, 2023
2 parents bdaf56d + 05e0b6e commit 8edb84c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
volumes:
- ./strfry.conf:/etc/strfry.conf
- ./nerostr_data/strfry/strfry-db:/app/strfry-db
restart: unless-stopped

monero-wallet-rpc:
container_name: nerostr-monero-wallet-rpc
Expand Down Expand Up @@ -48,3 +49,4 @@ services:
depends_on:
- strfry-nerostr-relay
- monero-wallet-rpc
restart: unless-stopped

0 comments on commit 8edb84c

Please sign in to comment.