Data volume
#447
-
Which volume do I need to mount for a docker container? I want to be able to recreate my pushgateway without losing all of the data that has already been pushed |
Beta Was this translation helpful? Give feedback.
Answered by
beorn7
Jan 14, 2022
Replies: 2 comments
-
You can mount whatever volume you like. But you have to provide the path to a persistence file on that volume using the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nhatfield
-
Thank you @beorn7 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can mount whatever volume you like. But you have to provide the path to a persistence file on that volume using the
--persistence.file=....
flag for the Pushgateway.