Skip to content

Commit 3e60c63

Browse files
authored
Add update portainer password help comment (#1024)
1 parent bd88ad4 commit 3e60c63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/portainer/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ ${TEMP_COMPOSE}-aws: docker-compose.yml docker-compose.aws.yml .env
9595
secrets: .env ## Construct secrets for portainer pwd, to change pwd it need to be done manually https://git.speag.com/oSparc/osparc-ops-deployment-configuration/-/wikis/Update-Portainer-Password
9696
@if [ -z $(IS_PORTAINER_SERVICE_RUNNING) ]; then\
9797
echo "Setting portainer_admin_password (can only set but not update password!)" \
98+
&& echo "To update password follow https://portal.portainer.io/knowledge/how-do-i-reset-my-portainer-password" \
9899
&& docker secret rm portainer_admin_password 2>/dev/null; \
99100
set -o allexport; source .env; set +o allexport; \
100101
echo -n "$${PORTAINER_ADMIN_PWD}" | docker secret create portainer_admin_password - 2>/dev/null; \

0 commit comments

Comments
 (0)