mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 13:52:38 +00:00
Compare commits
4 commits
b40ea3f73e
...
da5500dfd4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
da5500dfd4 | ||
|
|
88b6fdb1bd | ||
|
|
f03200b88b | ||
|
|
c8d766a95b |
|
|
@ -39,12 +39,9 @@ There is a more complete [_Getting Started_ guide on our wiki][wiki-getting-star
|
||||||
```bash
|
```bash
|
||||||
git clone -b release https://github.com/netbox-community/netbox-docker.git
|
git clone -b release https://github.com/netbox-community/netbox-docker.git
|
||||||
cd netbox-docker
|
cd netbox-docker
|
||||||
tee docker-compose.override.yml <<EOF
|
# Copy the example override file
|
||||||
services:
|
cp docker-compose.override.yml.example docker-compose.override.yml
|
||||||
netbox:
|
# Read and edit the file to your liking
|
||||||
ports:
|
|
||||||
- 8000:8080
|
|
||||||
EOF
|
|
||||||
docker compose pull
|
docker compose pull
|
||||||
docker compose up
|
docker compose up
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
django-auth-ldap==5.2.0
|
django-auth-ldap==5.2.0
|
||||||
dulwich==0.23.2
|
dulwich==0.24.0
|
||||||
python3-saml==1.16.0
|
python3-saml==1.16.0
|
||||||
--no-binary lxml
|
--no-binary lxml
|
||||||
--no-binary xmlsec
|
--no-binary xmlsec
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue