Browse Source

Restart container on errors

master
Zac Herd 5 years ago
parent
commit
955ee8b8d1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      run.sh

+ 1
- 1
run.sh View File

@@ -1,2 +1,2 @@
#!/bin/sh
docker run -v maki:/maki/persist -t maki
docker run -v maki:/maki/persist --restart on-failure -t maki

Loading…
Cancel
Save