mirror of
https://github.com/genebean/dots.git
synced 2026-05-30 23:35:22 -04:00
Suppress Podman BoltDB deprecation warning in photon container
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
edfe81ea6b
commit
9c83c552a8
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ in
|
||||||
image = "docker.io/rtuszik/photon-docker:latest";
|
image = "docker.io/rtuszik/photon-docker:latest";
|
||||||
environment = {
|
environment = {
|
||||||
REGION = "planet";
|
REGION = "planet";
|
||||||
|
SUPPRESS_BOLTDB_WARNING = "1";
|
||||||
UPDATE_STRATEGY = "PARALLEL";
|
UPDATE_STRATEGY = "PARALLEL";
|
||||||
UPDATE_INTERVAL = "30d";
|
UPDATE_INTERVAL = "30d";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue