fix(myspeed) add data persistence (#26556)
This commit is contained in:
parent
e6cffc319a
commit
8eedfdc321
|
@ -34,4 +34,4 @@ sources:
|
|||
- https://hub.docker.com/r/germannewsmaker/myspeed
|
||||
- https://myspeed.dev/
|
||||
type: application
|
||||
version: 0.0.3
|
||||
version: 0.0.4
|
||||
|
|
|
@ -14,6 +14,10 @@ service:
|
|||
ports:
|
||||
main:
|
||||
port: 5216
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: /myspeed/data
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in New Issue