From: Joakim Berglund Date: Sun, 21 Jan 2024 18:34:04 +0000 (+0100) Subject: Lowercase stack name in docker-compose.portainer.yml (#5491) X-Git-Tag: v2.4.1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85b596d20d0137d4de6956d3e1ce720311e2a95c;p=thirdparty%2Fpaperless-ngx.git 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. --- diff --git a/docker/compose/docker-compose.portainer.yml b/docker/compose/docker-compose.portainer.yml index a4222bfa43..24a5037d0f 100644 --- a/docker/compose/docker-compose.portainer.yml +++ b/docker/compose/docker-compose.portainer.yml @@ -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