Skip to content

Commit afaa9df

Browse files
committed
Switch ownership of git-repos volume
... in podman-compose to make it writable. Signed-off-by: Siteshwar Vashisht <[email protected]>
1 parent 8e5e77e commit afaa9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beeai/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ x-beeai-agent: &beeai-agent
2121
- .secrets/beeai-agent.env
2222
volumes:
2323
- ./agents:/home/beeai/agents:ro,z
24-
- git-repos:/git-repos
24+
- git-repos:/git-repos:rw,U
2525
restart: unless-stopped
2626

2727
services:

0 commit comments

Comments
 (0)