Compare commits
5 Commits
renovate/d
...
release
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ae5f7d2419 | ||
|
|
a945236c81 | ||
|
|
481a102d30 | ||
|
|
e62af8be76 | ||
|
|
b1394ff9cb |
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
netbox: &netbox
|
netbox: &netbox
|
||||||
image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.0}
|
image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.1}
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
- redis
|
- redis
|
||||||
|
|||||||
@@ -73,5 +73,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"access_log": "/dev/stdout"
|
"access_log": "/dev/stdout",
|
||||||
|
"settings": {
|
||||||
|
"http": {
|
||||||
|
"max_body_size": 104857600
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user