feat: with proper ssh
This commit is contained in:
parent
6ed005d832
commit
66f0662a27
@ -1,3 +0,0 @@
|
|||||||
Host *
|
|
||||||
StrictHostKeyChecking no
|
|
||||||
UserKnownHostsFile /dev/null
|
|
@ -2,7 +2,9 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
bitebuds:
|
bitebuds:
|
||||||
image: docker.io/kasperhermansen/bitebuds:1680548516
|
image: docker.io/kasperhermansen/bitebuds:1680548516
|
||||||
|
environment:
|
||||||
|
- RUST_LOG=debug
|
||||||
ports:
|
ports:
|
||||||
- 10080:3000
|
- 10080:3000
|
||||||
volumes:
|
volumes:
|
||||||
- ./.ssh:/root/ssh
|
- ./.ssh:/root/.ssh
|
||||||
|
Loading…
Reference in New Issue
Block a user