Skip to content

Commit e5a96b2

Browse files
committed
Fix app path, run as root like the rest of boulder to fix permissions
1 parent 868ccc2 commit e5a96b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,10 @@ services:
143143

144144
bpkimetal:
145145
image: ghcr.io/pkimetal/pkimetal:v1.32.0
146+
user: root
146147
volumes:
147148
- pkimetal-socket:/var/run/pkimetal
148-
- ./test/config/pkimetal.yaml:/config.yaml:ro
149+
- ./test/config/pkimetal.yaml:/app/config.yaml:ro
149150
networks:
150151
- bouldernet
151152

0 commit comments

Comments
 (0)