mirror of
https://github.com/genebean/dots.git
synced 2026-05-31 07:45:20 -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";
|
||||
environment = {
|
||||
REGION = "planet";
|
||||
SUPPRESS_BOLTDB_WARNING = "1";
|
||||
UPDATE_STRATEGY = "PARALLEL";
|
||||
UPDATE_INTERVAL = "30d";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue