From 81fda9f23cf3577909707c1607288f80cc45708e Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Sat, 30 Sep 2023 00:18:24 +0200 Subject: [PATCH] Fix conflicting options --- application/launcher_json.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/launcher_json.service b/application/launcher_json.service index ca8e265..0353a13 100644 --- a/application/launcher_json.service +++ b/application/launcher_json.service @@ -7,7 +7,7 @@ Description=Launcher_json Service User=www-data # Workspace directory # Path to Reposilite executable/script and its configuration. -ExecStart=/usr/bin/docker run -p 8090:8080 --restart unless-stopped -d --rm launcher_json +ExecStart=/usr/bin/docker run -p 8090:8080 --restart unless-stopped -d launcher_json # Policy Type=oneshot