mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-18 15:30:30 +00:00
Don't use a volume for plugins
This commit is contained in:
@@ -40,6 +40,6 @@ LABEL maintainer="JustArchi <JustArchi@JustArchi.net>"
|
|||||||
EXPOSE 1242
|
EXPOSE 1242
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=build-dotnet /app/out/result .
|
COPY --from=build-dotnet /app/out/result .
|
||||||
VOLUME ["/app/config", "/app/logs", "/app/plugins"]
|
VOLUME ["/app/config", "/app/logs"]
|
||||||
HEALTHCHECK CMD ["pidof", "-q", "dotnet"]
|
HEALTHCHECK CMD ["pidof", "-q", "dotnet"]
|
||||||
ENTRYPOINT ["./ArchiSteamFarm.sh", "--no-restart", "--process-required", "--system-required"]
|
ENTRYPOINT ["./ArchiSteamFarm.sh", "--no-restart", "--process-required", "--system-required"]
|
||||||
|
|||||||
@@ -40,6 +40,6 @@ LABEL maintainer="JustArchi <JustArchi@JustArchi.net>"
|
|||||||
EXPOSE 1242
|
EXPOSE 1242
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=build-dotnet /app/out/result .
|
COPY --from=build-dotnet /app/out/result .
|
||||||
VOLUME ["/app/config", "/app/logs", "/app/plugins"]
|
VOLUME ["/app/config", "/app/logs"]
|
||||||
HEALTHCHECK CMD ["pidof", "-q", "ArchiSteamFarm"]
|
HEALTHCHECK CMD ["pidof", "-q", "ArchiSteamFarm"]
|
||||||
ENTRYPOINT ["./ArchiSteamFarm-Service.sh", "--no-restart", "--process-required", "--system-required"]
|
ENTRYPOINT ["./ArchiSteamFarm-Service.sh", "--no-restart", "--process-required", "--system-required"]
|
||||||
|
|||||||
Reference in New Issue
Block a user