Skip to content

Commit

Permalink
feat: updating workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rlinstorres committed Nov 13, 2024
1 parent 1b93a95 commit 390b7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start-k3s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rm -rf ${KUBECONFIG}
sync; sync;

echo "--> Starting k3s in docker-compose"
docker-compose up -d --build
docker compose up -d --build

echo "--> Allow insecure access to registry"
docker exec k3s_node_1 /bin/sh -c 'mkdir -p /etc/rancher/k3s'
Expand Down

0 comments on commit 390b7fc

Please sign in to comment.