From ba37ab445d8f40c89b97e91d86c4f5f3c8cb2af8 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sun, 10 May 2020 19:10:06 +0200 Subject: [PATCH] Correct volume entries Docker documentation being outright wrong again --- Dockerfile.Service.arm | 2 +- Dockerfile.Service.arm64 | 2 +- Dockerfile.Service.x64 | 2 +- Dockerfile.arm | 2 +- Dockerfile.arm64 | 2 +- Dockerfile.x64 | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile.Service.arm b/Dockerfile.Service.arm index a5ec24bc6..2ba52dd39 100644 --- a/Dockerfile.Service.arm +++ b/Dockerfile.Service.arm @@ -34,6 +34,6 @@ LABEL maintainer="JustArchi " EXPOSE 1242 WORKDIR /app COPY --from=build-dotnet /app/out . -VOLUME ["config", "logs", "plugins"] +VOLUME ["/app/config", "/app/logs", "/app/plugins"] HEALTHCHECK CMD ["pidof", "-q", "ArchiSteamFarm"] ENTRYPOINT ["./ArchiSteamFarm-Service.sh", "--no-restart", "--process-required", "--system-required"] diff --git a/Dockerfile.Service.arm64 b/Dockerfile.Service.arm64 index 2659e6077..4dabf3280 100644 --- a/Dockerfile.Service.arm64 +++ b/Dockerfile.Service.arm64 @@ -34,6 +34,6 @@ LABEL maintainer="JustArchi " EXPOSE 1242 WORKDIR /app COPY --from=build-dotnet /app/out . -VOLUME ["config", "logs", "plugins"] +VOLUME ["/app/config", "/app/logs", "/app/plugins"] HEALTHCHECK CMD ["pidof", "-q", "ArchiSteamFarm"] ENTRYPOINT ["./ArchiSteamFarm-Service.sh", "--no-restart", "--process-required", "--system-required"] diff --git a/Dockerfile.Service.x64 b/Dockerfile.Service.x64 index fda087403..3ddb822f2 100644 --- a/Dockerfile.Service.x64 +++ b/Dockerfile.Service.x64 @@ -34,6 +34,6 @@ LABEL maintainer="JustArchi " EXPOSE 1242 WORKDIR /app COPY --from=build-dotnet /app/out . -VOLUME ["config", "logs", "plugins"] +VOLUME ["/app/config", "/app/logs", "/app/plugins"] HEALTHCHECK CMD ["pidof", "-q", "ArchiSteamFarm"] ENTRYPOINT ["./ArchiSteamFarm-Service.sh", "--no-restart", "--process-required", "--system-required"] diff --git a/Dockerfile.arm b/Dockerfile.arm index 62bef1d4e..ae804727a 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -34,6 +34,6 @@ LABEL maintainer="JustArchi " EXPOSE 1242 WORKDIR /app COPY --from=build-dotnet /app/out . -VOLUME ["config", "logs", "plugins"] +VOLUME ["/app/config", "/app/logs", "/app/plugins"] HEALTHCHECK CMD ["pidof", "-q", "dotnet"] ENTRYPOINT ["./ArchiSteamFarm.sh", "--no-restart", "--process-required", "--system-required"] diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 1a8bfc67d..bf65ec877 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -34,6 +34,6 @@ LABEL maintainer="JustArchi " EXPOSE 1242 WORKDIR /app COPY --from=build-dotnet /app/out . -VOLUME ["config", "logs", "plugins"] +VOLUME ["/app/config", "/app/logs", "/app/plugins"] HEALTHCHECK CMD ["pidof", "-q", "dotnet"] ENTRYPOINT ["./ArchiSteamFarm.sh", "--no-restart", "--process-required", "--system-required"] diff --git a/Dockerfile.x64 b/Dockerfile.x64 index 665197931..fba40bd8e 100644 --- a/Dockerfile.x64 +++ b/Dockerfile.x64 @@ -34,6 +34,6 @@ LABEL maintainer="JustArchi " EXPOSE 1242 WORKDIR /app COPY --from=build-dotnet /app/out . -VOLUME ["config", "logs", "plugins"] +VOLUME ["/app/config", "/app/logs", "/app/plugins"] HEALTHCHECK CMD ["pidof", "-q", "dotnet"] ENTRYPOINT ["./ArchiSteamFarm.sh", "--no-restart", "--process-required", "--system-required"]