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 1/3] 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: From 45361b8293b8f836b4c77397bd0e95c0b9540d49 Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Mon, 19 Dec 2022 22:28:04 -0800 Subject: [PATCH 2/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2775294f..cf9867da 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,8 @@ 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 volume view, click add volumen: + - Enter a name, then click 'Create the 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 From 22356b28b46aaff8dff7ff67bd64e0d14c5a225f Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Mon, 19 Dec 2022 22:28:51 -0800 Subject: [PATCH 3/3] Update compose.yaml --- net/container/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/container/compose.yaml b/net/container/compose.yaml index a1b33470..b0878d24 100644 --- a/net/container/compose.yaml +++ b/net/container/compose.yaml @@ -6,5 +6,5 @@ services: ports: - "7000:7000" volumes: - - ./databag-data:/data + - ./databag-data:/var/lib/databag