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