]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Lowercase stack name in docker-compose.portainer.yml (#5491)
authorJoakim Berglund <mail@joakimberglund.com>
Sun, 21 Jan 2024 18:34:04 +0000 (19:34 +0100)
committerGitHub <noreply@github.com>
Sun, 21 Jan 2024 18:34:04 +0000 (10:34 -0800)
Portainer does not allow upper case letters in the stack name. Update documentation to adhere to this limitation.

docker/compose/docker-compose.portainer.yml

index a4222bfa43986d0d719a3913a773ef646f502f2a..24a5037d0f7440fb4e76149759fe204b0a7e5a2b 100644 (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