Compare commits

..

No commits in common. "a945236c818f563c2ca483db23d26f0992ffb000" and "81fb62ecefd603af9c42e03a222379155c255e8e" have entirely different histories.

3 changed files with 3 additions and 8 deletions

View file

@ -1 +1 @@
3.4.1 3.4.0

View file

@ -1,6 +1,6 @@
services: services:
netbox: &netbox 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: depends_on:
- postgres - postgres
- redis - redis

View file

@ -73,10 +73,5 @@
} }
} }
}, },
"access_log": "/dev/stdout", "access_log": "/dev/stdout"
"settings": {
"http": {
"max_body_size": 104857600
}
}
} }