Skip to content

Commit

Permalink
docker: fix testnet image
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjan committed Sep 12, 2023
1 parent 8ac2468 commit 871a091
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ LABEL maintainer="The Sia Foundation <[email protected]>" \
ENV PUID=0
ENV PGID=0

# Renterd env args..
# Renterd env args
ENV RENTERD_API_PASSWORD=
ENV RENTERD_SEED=
ENV RENTERD_CONFIG_FILE=/data/renterd.yml
Expand All @@ -46,9 +46,6 @@ ENV RENTERD_CONFIG_FILE=/data/renterd.yml
COPY --from=builder /renterd/renterd /usr/bin/renterd
VOLUME [ "/data" ]

EXPOSE 9980/tcp
EXPOSE 9981/tcp

USER ${PUID}:${PGID}

ENTRYPOINT [ "renterd", "-dir", "./data", "-http", ":9980" ]
ENTRYPOINT [ "renterd", "-dir", "./data"]

0 comments on commit 871a091

Please sign in to comment.