add support network hints (#138)
* add support network hints * add test for multiple network
This commit is contained in:
parent
6a63582068
commit
31738b95b6
2 changed files with 50 additions and 16 deletions
|
|
@ -11,9 +11,13 @@ services:
|
|||
- sshpiper.username=pass
|
||||
- sshpiper.container_username=user
|
||||
- sshpiper.port=2222
|
||||
- sshpiper.network=e2e_default
|
||||
volumes:
|
||||
- shared:/shared
|
||||
- sshconfig_password:/config
|
||||
networks:
|
||||
- default
|
||||
- netdistract
|
||||
|
||||
host-publickey:
|
||||
image: lscr.io/linuxserver/openssh-server:latest
|
||||
|
|
@ -103,6 +107,5 @@ volumes:
|
|||
|
||||
sshconfig_password:
|
||||
|
||||
# networks:
|
||||
# kind:
|
||||
# external: true
|
||||
networks:
|
||||
netdistract:
|
||||
Loading…
Add table
Add a link
Reference in a new issue