Skip to content
Discussion options

You must be logged in to vote

Assuming you followed the instructions in the doco;
docker volume rm db should do it.

The command;
docker run -d -p 8448:8008 \ -v db:/var/lib/tuwunel/ \ -e TUWUNEL_SERVER_NAME="your.server.name" \ -e TUWUNEL_ALLOW_REGISTRATION=false \ --name tuwunel $LINK
Results in /var/lib/tuwunel (where the database resides) being mapped to a docker volume called "db", removing this volume will remove the database.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dasha-uwu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants