diff --git a/smartbridge.container b/smartbridge.container new file mode 100644 index 0000000..c61cda7 --- /dev/null +++ b/smartbridge.container @@ -0,0 +1,11 @@ +[Unit] +Description=smartbridge container +After=network.target + +[Container] +Image=feldspaten.org/smartbridge +Volume=/etc/smartbridge.yml:/conf/smartbridge.yml:z + +[Service] +Restart=always +RestartSec=30 \ No newline at end of file