Skip to content

Commit

Permalink
🐛 Closes #266 podman compose permission denied writing logs (#267)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Montleon <jmontleo@redhat.com>
  • Loading branch information
jmontleon committed Aug 2, 2024
1 parent 08459aa commit 1a24df6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ services:
image: ${IMAGE:-quay.io/konveyor/kai}:${TAG:-stable}
volumes:
- ${PWD}:/podman_compose:rw,z
- ${PWD}/logs:/podman_compose/logs:rw,z,U
ports:
- "8080:8080"
depends_on:
Expand All @@ -40,6 +41,7 @@ services:
image: ${IMAGE:-quay.io/konveyor/kai}:${TAG:-stable}
volumes:
- ${PWD}:/podman_compose:rw,z
- ${PWD}/logs:/podman_compose/logs:rw,z,U
depends_on:
- kai_db
profiles:
Expand Down
3 changes: 3 additions & 0 deletions logs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#Allow us to commit the directory but ignore everything in it.
*
!.gitignore

0 comments on commit 1a24df6

Please sign in to comment.