forked from Deuxfleurs/nixcfg
update bagage version with cors allow all
This commit is contained in:
parent
ea8b2e8c82
commit
78ed3864d7
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ job "bagage" {
|
||||||
task "server" {
|
task "server" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "superboum/amd64_bagage:v11"
|
image = "lxpz/amd64_bagage:20231016-3"
|
||||||
readonly_rootfs = false
|
readonly_rootfs = false
|
||||||
network_mode = "host"
|
network_mode = "host"
|
||||||
volumes = [
|
volumes = [
|
||||||
|
|
Loading…
Reference in a new issue