Fix conflicting options

This commit is contained in:
Quentin Legot 2023-09-30 00:18:24 +02:00
parent 845aa8da10
commit 81fda9f23c

View File

@ -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