mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-14 21:40:29 +00:00
Remove --system-required from docker, as there's no dbus there
This commit is contained in:
@@ -114,4 +114,4 @@ EOF
|
||||
WORKDIR /app
|
||||
VOLUME ["/app/config", "/app/logs"]
|
||||
HEALTHCHECK CMD ["pidof", "-q", "dotnet"]
|
||||
ENTRYPOINT ["ArchiSteamFarm", "--no-restart", "--system-required"]
|
||||
ENTRYPOINT ["ArchiSteamFarm", "--no-restart"]
|
||||
|
||||
@@ -114,4 +114,4 @@ EOF
|
||||
WORKDIR /app
|
||||
VOLUME ["/app/config", "/app/logs"]
|
||||
HEALTHCHECK CMD ["pidof", "-q", "ArchiSteamFarm"]
|
||||
ENTRYPOINT ["ArchiSteamFarm", "--no-restart", "--system-required"]
|
||||
ENTRYPOINT ["ArchiSteamFarm", "--no-restart"]
|
||||
|
||||
Reference in New Issue
Block a user