Lowercase stack name in docker-compose.portainer.yml (#5491)

Portainer does not allow upper case letters in the stack name. Update documentation to adhere to this limitation.
This commit is contained in:
Joakim Berglund 2024-01-21 19:34:04 +01:00 committed by GitHub
parent 4d43f6b63d
commit 85b596d20d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
# To install and update paperless with this file, do the following:
#
# - Open portainer Stacks list and click 'Add stack'
# - Paste the contents of this file and assign a name, e.g. 'Paperless'
# - Paste the contents of this file and assign a name, e.g. 'paperless'
# - Click 'Deploy the stack' and wait for it to be deployed
# - Open the list of containers, select paperless_webserver_1
# - Click 'Console' and then 'Connect' to open the command line inside the container