Skip to content

Commit 36279b0

Browse files
ImTotemclaude
andcommitted
fix(infra): add sudo and --env-file to init-ssl.sh
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8bd995b commit 36279b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/scripts/init-ssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ -f .env ]; then
55
set -a; source .env; set +a
66
fi
77

8-
COMPOSE="docker compose -f infra/docker/docker-compose.yml"
8+
COMPOSE="sudo docker compose --env-file .env -f infra/docker/docker-compose.yml"
99
DOMAIN="${DOMAIN:?Set DOMAIN in .env}"
1010
N8N_DOMAIN="${N8N_DOMAIN}"
1111
FRONTEND_DOMAIN="${FRONTEND_DOMAIN}"

0 commit comments

Comments
 (0)