Skip to content

Commit

Permalink
Update content/guides/docker-compose.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Gillespie <[email protected]>
  • Loading branch information
KyleTryon and jacobwgillespie authored Oct 28, 2024
1 parent b9eb8a5 commit 8af074c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/guides/docker-compose.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
build-id: ${{ needs.build-services.outputs.build-id }}
- name: Run compose up (images should not rebuild)
run: |
docker compose up
docker compose up -d
- name: If successful push the srv1 compose service target image to ghcr.io from ephemeral registry
run: |
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u $ --password-stdin
Expand Down

0 comments on commit 8af074c

Please sign in to comment.