Skip to content

Commit f0dfbc5

Browse files
committed
Remove --system-required from docker, as there's no dbus there
1 parent 8ac4efe commit f0dfbc5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ EOF
114114
WORKDIR /app
115115
VOLUME ["/app/config", "/app/logs"]
116116
HEALTHCHECK CMD ["pidof", "-q", "dotnet"]
117-
ENTRYPOINT ["ArchiSteamFarm", "--no-restart", "--system-required"]
117+
ENTRYPOINT ["ArchiSteamFarm", "--no-restart"]

Dockerfile.Service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ EOF
114114
WORKDIR /app
115115
VOLUME ["/app/config", "/app/logs"]
116116
HEALTHCHECK CMD ["pidof", "-q", "ArchiSteamFarm"]
117-
ENTRYPOINT ["ArchiSteamFarm", "--no-restart", "--system-required"]
117+
ENTRYPOINT ["ArchiSteamFarm", "--no-restart"]

0 commit comments

Comments
 (0)