diff --git a/README.md b/README.md index c340d64..526eb7b 100644 --- a/README.md +++ b/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