We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db91b28 commit ae784bdCopy full SHA for ae784bd
services/portainer/Makefile
@@ -17,7 +17,6 @@ up: .init .env secrets ${TEMP_COMPOSE}
17
@docker stack deploy --with-registry-auth --prune --compose-file ${TEMP_COMPOSE} ${STACK_NAME}
18
@$(MAKE) --no-print-directory configure-portainer-registry
19
20
-
21
.PHONY: up-local ## Deploys portainer stack for local deployment
22
up-local: .init .env secrets ${TEMP_COMPOSE} ${TEMP_COMPOSE}-local
23
@docker stack deploy --with-registry-auth --prune --compose-file ${TEMP_COMPOSE}-local ${STACK_NAME}
0 commit comments