fix(myspeed) add data persistence (#26556)

This commit is contained in:
Xstar97TheNoob 2024-09-16 22:49:44 -04:00 committed by GitHub
parent e6cffc319a
commit 8eedfdc321
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -34,4 +34,4 @@ sources:
- https://hub.docker.com/r/germannewsmaker/myspeed - https://hub.docker.com/r/germannewsmaker/myspeed
- https://myspeed.dev/ - https://myspeed.dev/
type: application type: application
version: 0.0.3 version: 0.0.4

View File

@ -14,6 +14,10 @@ service:
ports: ports:
main: main:
port: 5216 port: 5216
persistence:
data:
enabled: true
mountPath: /myspeed/data
portal: portal:
open: open:
enabled: true enabled: true