mirror of
https://github.com/genebean/dots.git
synced 2026-05-31 15:45:21 -04:00
Merge pull request #652 from genebean/suppress-boltdb-warning
Suppress Podman BoltDB deprecation warning in photon container
This commit is contained in:
commit
840f7b90e6
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