Skip to content

Commit

Permalink
Merge pull request #109 from luqman-v1/hotfix/path-volume-terraria-mo…
Browse files Browse the repository at this point in the history
…bile-not-mounted-

fix path volume terraria mobile not mounted
  • Loading branch information
ryansheehan authored Dec 31, 2023
2 parents 1dadb4d + ccb0472 commit 78d3b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ LABEL org.opencontainers.image.source="https://github.com/ryansheehan/terraria/b

EXPOSE 7777

VOLUME ["/root/.local/share/Terraria/Worlds", "/config"]
VOLUME ["/root/.local/share/Terraria/Mobile", "/config"]

COPY --from=base /terraria-server/ /terraria-server/

Expand Down

0 comments on commit 78d3b93

Please sign in to comment.