We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
like this? docker run -it --rm -p 7777:7777 -v $HOME/terraria/plugins:/plugins -v $HOME/terraria/world:/root/.local/share/Terraria/Worlds ryshe/terraria:latest
or
docker run -it --rm -p 7777:7777 -v $HOME/terraria/plugins:/plugins $HOME/terraria/world:/root/.local/share/Terraria/Worlds ryshe/terraria:latest
The text was updated successfully, but these errors were encountered:
it should work like your first option. It's one -v flag per volume mount. Since you have two volume mounts, you should have two -v flags
-v
Sorry, something went wrong.
No branches or pull requests
like this?
docker run -it --rm -p 7777:7777 -v $HOME/terraria/plugins:/plugins -v $HOME/terraria/world:/root/.local/share/Terraria/Worlds ryshe/terraria:latest
or
docker run -it --rm -p 7777:7777 -v $HOME/terraria/plugins:/plugins $HOME/terraria/world:/root/.local/share/Terraria/Worlds ryshe/terraria:latest
The text was updated successfully, but these errors were encountered: