mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
Compare commits
No commits in common. "a945236c818f563c2ca483db23d26f0992ffb000" and "81fb62ecefd603af9c42e03a222379155c255e8e" have entirely different histories.
a945236c81
...
81fb62ecef
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
netbox: &netbox
|
||||
image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.1}
|
||||
image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.0}
|
||||
depends_on:
|
||||
- postgres
|
||||
- redis
|
||||
|
|
|
|||
|
|
@ -73,10 +73,5 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"access_log": "/dev/stdout",
|
||||
"settings": {
|
||||
"http": {
|
||||
"max_body_size": 104857600
|
||||
}
|
||||
}
|
||||
"access_log": "/dev/stdout"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue