Skip to content

Commit

Permalink
Add wiki link
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryHrytsuk committed Nov 6, 2023
1 parent aac8244 commit c4809a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/portainer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ ${TEMP_COMPOSE}-aws: docker-compose.yml docker-compose.aws.yml docker-compose.le
@${REPO_BASE_DIR}/scripts/docker-compose-config.bash -e .env $< docker-compose.aws.yml docker-compose.letsencrypt.dns.yml > $@

.PHONY: secrets
secrets: .env ## Construct secrets for portainer pwd, to change pwd it need to be done manually :https://documentation.portainer.io/v2.0/users/reset-admin/
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
@if [ -z $(IS_PORTAINER_SERVICE_RUNNING) ]; then\
echo "Setting portainer_admin_password (can only set but not update password!)" \
&& docker secret rm portainer_admin_password 2>/dev/null; \
Expand Down

0 comments on commit c4809a7

Please sign in to comment.