mirror of
https://github.com/spacebarchat/server.git
synced 2026-07-13 22:28:58 +00:00
nix test vm: expose 8443->443
This commit is contained in:
@@ -27,6 +27,11 @@
|
||||
host.port = 8080;
|
||||
guest.port = 80;
|
||||
}
|
||||
{
|
||||
from = "host";
|
||||
host.port = 8443;
|
||||
guest.port = 443;
|
||||
}
|
||||
{
|
||||
from="host";
|
||||
host.port = 6000;
|
||||
|
||||
Reference in New Issue
Block a user