Update README.md

This commit is contained in:
Pierre Balzack 2022-12-19 22:25:04 -08:00 committed by GitHub
parent 9b931c0a64
commit f5d1f1dcef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,11 +54,14 @@ From the net/container sub directory:
### Example with Portainer and Nginx Proxy Manager ### Example with Portainer and Nginx Proxy Manager
From Portainer: From Portainer:
- In the volume view, create a new volume
- In the container view, click add container: - In the container view, click add container:
- In the 'Image' field enter 'balzack/databag:latest' - In the 'Image' field enter 'balzack/databag:latest'
- Click 'publish a new network port', and select port 7000 for both host and container - 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' - Under 'Advanced container settings', select 'Env', and click 'Add Environment Variable'
- Enter 'Name' as 'ADMIN' and your admin password [password] - 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' - Click 'Deploy the Container'
From Nginx Proxy Manager: From Nginx Proxy Manager: