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