Skip to content

Commit

Permalink
Add config mountpath and change plugins mountpath to be where the plu…
Browse files Browse the repository at this point in the history
…gins are placed at runtime
  • Loading branch information
loganintech committed Dec 31, 2023
1 parent ce45c75 commit dfce550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tshock/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ENV LOGPATH=/tshock/logs
ENV WORLD_FILENAME=""

# Allow for external data
VOLUME ["/root/.local/share/Terraria/Worlds", "/tshock/logs", "/plugins"]
VOLUME ["/root/.local/share/Terraria/Worlds", "/tshock/logs", "/tshock/ServerPlugins", "/config"]

# install nuget to grab tshock dependencies
RUN apt-get update -y && \
Expand Down

0 comments on commit dfce550

Please sign in to comment.