Skip to content

Commit

Permalink
Update cloud-init-codimd.mustache.yaml
Browse files Browse the repository at this point in the history
Add extra space before comment
  • Loading branch information
craddm authored Jul 15, 2024
1 parent 5ef7e1b commit 2d78e8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ runcmd:

# Deploy CodiMD using Docker
- echo ">=== Deploying CodiMD with Docker... ===<"
- chown codimddaemon:codimddaemon /opt/configuration/docker_pat.txt # Ensure that the file is owned by the codimddaemon user
- chown codimddaemon:codimddaemon /opt/configuration/docker_pat.txt # Ensure that the file is owned by the codimddaemon user
- su codimddaemon -c "cat /opt/configuration/docker_pat.txt | docker login --username '{{shm.dockerAccount}}' --password-stdin
&& docker compose -f /opt/codimd/docker-compose.yml up -d"

Expand Down

0 comments on commit 2d78e8e

Please sign in to comment.