1
0
mirror of https://github.com/MrDetonia/Maki.git synced 2024-11-25 04:30:36 -05:00

Restart container on errors

This commit is contained in:
Zac Herd 2019-02-25 14:06:16 +00:00
parent ee144453e9
commit 955ee8b8d1

2
run.sh
View File

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