From f5d1f1dcef6790be644fa3b18ef96620bb6ffd8a Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Mon, 19 Dec 2022 22:25:04 -0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 511b5482..2775294f 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,14 @@ From the net/container sub directory: ### Example with Portainer and Nginx Proxy Manager From Portainer: + - In the volume view, create a new volume - In the container view, click add container: - In the 'Image' field enter 'balzack/databag:latest' - Click 'publish a new network port', and select port 7000 for both host and container - Under 'Advanced container settings', select 'Env', and click 'Add Environment Variable' - Enter 'Name' as 'ADMIN' and your admin password [password] + - Under 'Advanced container settings', select 'Volumes', then 'map additional volume' + - Enter '/var/lib/databag' for 'container' and the created volume for 'volume' - Click 'Deploy the Container' From Nginx Proxy Manager: