Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 6ff23c1

Browse files
committed
fix path
1 parent 720d48d commit 6ff23c1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
- BOT_PAPERKEY
1111
- BOT_USERNAME
1212
volumes:
13-
- bot-ssh-ca-integration-volume:/mnt/
13+
- /tmp/bot-ssh-ca-integration-volume/:/mnt/
1414
user: root
1515
command: "sh -c 'chown -R keybase:keybase /mnt && su keybase -c \"bash tests/bot-entrypoint.sh\"'"
1616
ports:
@@ -31,7 +31,7 @@ services:
3131
- SUBTEAM
3232
- SUBTEAM_SECONDARY
3333
volumes:
34-
- bot-ssh-ca-integration-volume:/mnt/
34+
- /tmp/bot-ssh-ca-integration-volume/:/mnt/
3535
user: keybase
3636
command: "bash tests/tester-entrypoint.sh"
3737
depends_on:
@@ -49,7 +49,7 @@ services:
4949
user_principal: ${SUBTEAM}.ssh.staging
5050
root_principal: ${SUBTEAM}.ssh.root_everywhere
5151
volumes:
52-
- bot-ssh-ca-integration-volume:/mnt/
52+
- /tmp/bot-ssh-ca-integration-volume/:/mnt/
5353
# An ssh server that will accept signed requests with the principal "team.ssh.prod"
5454
sshd-prod:
5555
image: sshd-prod
@@ -61,4 +61,4 @@ services:
6161
user_principal: ${SUBTEAM}.ssh.prod
6262
root_principal: ${SUBTEAM}.ssh.root_everywhere
6363
volumes:
64-
- bot-ssh-ca-integration-volume:/mnt/
64+
- /tmp/bot-ssh-ca-integration-volume/:/mnt/

0 commit comments

Comments
 (0)