Add port 8081 to ports for livebook container

This commit is contained in:
Erwin Boskma 2022-12-12 16:38:14 +01:00
parent 2d21ba1efe
commit 8bb8dd070e
Signed by: erwin
SSH key fingerprint: SHA256:CyeNoWXd3kjX2Nwu6pDxxdS7OqmPVOy0NavA/KU/ntU

View file

@ -30,6 +30,7 @@ in
];
ports = [
"8080:8080"
"8081:8081"
];
volumes = [
"${cfg.dataDir}:/data"