Skip to content

Commit ae784bd

Browse files
committed
spacing
1 parent db91b28 commit ae784bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/portainer/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ up: .init .env secrets ${TEMP_COMPOSE}
1717
@docker stack deploy --with-registry-auth --prune --compose-file ${TEMP_COMPOSE} ${STACK_NAME}
1818
@$(MAKE) --no-print-directory configure-portainer-registry
1919

20-
2120
.PHONY: up-local ## Deploys portainer stack for local deployment
2221
up-local: .init .env secrets ${TEMP_COMPOSE} ${TEMP_COMPOSE}-local
2322
@docker stack deploy --with-registry-auth --prune --compose-file ${TEMP_COMPOSE}-local ${STACK_NAME}

0 commit comments

Comments
 (0)