fix: mount secrets volume for flaskpaste mTLS certs
This commit is contained in:
@@ -15,4 +15,5 @@ services:
|
|||||||
- ./plugins:/app/plugins:ro,Z
|
- ./plugins:/app/plugins:ro,Z
|
||||||
- ./config/derp.toml:/app/config/derp.toml:ro,Z
|
- ./config/derp.toml:/app/config/derp.toml:ro,Z
|
||||||
- ./data:/app/data:Z
|
- ./data:/app/data:Z
|
||||||
|
- ./secrets:/app/secrets:ro,Z
|
||||||
command: ["--verbose"]
|
command: ["--verbose"]
|
||||||
|
|||||||
Reference in New Issue
Block a user