add support network hints (#138)

* add support network hints

* add test for multiple network
This commit is contained in:
Boshi Lian 2023-02-11 01:27:51 -08:00 committed by GitHub
parent 6a63582068
commit 31738b95b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 50 additions and 16 deletions

View file

@ -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: