Skip to content

Commit

Permalink
try to fix portainer admin password docker secret, no portainer analy…
Browse files Browse the repository at this point in the history
…tics
  • Loading branch information
kaiser committed Sep 20, 2023
1 parent 1c73184 commit aa9096d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/ciRunsDockerContainer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build-container: .env ## Build the common docker container that runs the CI runs
@set -o allexport; \
source $(realpath $(CURDIR)/.env); \
set +o allexport; \
docker build --no-cache -t local/$$DOCKER_IMAGE_NAME:dev .;
docker build --no-cache -t local/$$DOCKER_IMAGE_NAME:dev .;

.PHONY: build
build: build-container ## Build the docker container that runs the CI runs
Expand Down
3 changes: 2 additions & 1 deletion services/portainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ services:
init: true
command: >
-H tcp://tasks.agent:9001 --tlsskipverify
--admin-password-file /run/secrets/portainer_admin_password
--admin-password-file=/run/secrets/portainer_admin_password
--no-analytics
volumes:
- portainer_data:/data
networks:
Expand Down

0 comments on commit aa9096d

Please sign in to comment.