Skip to content

Commit

Permalink
Add restart option into docker compose yml file (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
y-vectorfield committed Apr 6, 2020
1 parent 05130cd commit 1db9981
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Expand Up @@ -7,3 +7,4 @@ services:
- "8080:8080"
volumes:
- "./src:/usr/src/app/src"
restart: "always"

0 comments on commit 1db9981

Please sign in to comment.