clear readme
This commit is contained in:
parent
4999649c77
commit
5f6eb650c8
11
README.md
11
README.md
@ -1,7 +1,8 @@
|
||||
# Netbox Docker
|
||||
|
||||
|
||||
- Production `docker-compose.yml`
|
||||
|
||||
## Setup the service:
|
||||
- Install docker or podman
|
||||
- Save the following content as `docker-compose.yml`
|
||||
```yaml
|
||||
version: '3.5'
|
||||
services:
|
||||
@ -31,8 +32,8 @@ services:
|
||||
image: redis:6.0-alpine
|
||||
restart: always
|
||||
```
|
||||
|
||||
- save this as docker-compose.yml and run `docker compose up -d`
|
||||
- Use the sample `configuration.py` in this repo and edit it accordingly.
|
||||
- Run `docker compose up -d`
|
||||
|
||||
## Some commands that will be useful
|
||||
- Migrate Database (required on initial install and upgrade
|
||||
|
Loading…
x
Reference in New Issue
Block a user