rustlog: bump version
This commit is contained in:
parent
8bc1cadd91
commit
d6afff5c24
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
rustlog = {
|
rustlog = {
|
||||||
image = "ghcr.io/boring-nick/rustlog:master";
|
hostname = "rustlog";
|
||||||
|
image = "ghcr.io/boring-nick/rustlog@sha256:1c6ea8c13d8f154557a7430cdc70d3df89b1413a79c15293c73644e572ae0317";
|
||||||
ports = ["8025:8025"];
|
ports = ["8025:8025"];
|
||||||
volumes = [
|
volumes = [
|
||||||
"/home/notoh/rustlog/config.json:/config.json"
|
"/home/notoh/rustlog/config.json:/config.json"
|
||||||
|
|
Loading…
Reference in a new issue