Add port 8081 to ports for livebook container
This commit is contained in:
parent
2d21ba1efe
commit
8bb8dd070e
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ in
|
|||
];
|
||||
ports = [
|
||||
"8080:8080"
|
||||
"8081:8081"
|
||||
];
|
||||
volumes = [
|
||||
"${cfg.dataDir}:/data"
|
||||
|
|
Loading…
Reference in a new issue