Skip to content

Commit

Permalink
autoland.hg: add SSH_PUBLIC_KEY to env
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Mehani <[email protected]>
  • Loading branch information
shtrom committed Oct 2, 2024
1 parent a67c8d4 commit 23c9272
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ services:
image: mozilla/autolandhg:latest
command: start
restart: always
environment:
SSH_PUBLIC_KEY: "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHWpDYI3qzSxV8tbjH8C4z3ef6QU2yBKGTHTFf6OrPrqDIO++ixfr4LW3yGmW4Q3CRJcx8KZ6hnx2FPnDOCsrqw="
ports:
- "8201:8000"
volumes:
Expand Down

0 comments on commit 23c9272

Please sign in to comment.