Skip to content

Commit

Permalink
Add restart: 'always' to docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholastmosher committed Apr 6, 2020
1 parent 51e732a commit 238872e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
ifad-backend:
image: nicholastmosher/ifad-backend:v0.2.2
container_name: "ifad"
restart: "always"
environment:
GENES_FILE: "/ifad/files/gene-types.txt"
ANNOTATIONS_FILE: "/ifad/files/tair.gaf"
Expand Down

0 comments on commit 238872e

Please sign in to comment.