unbreak element
This commit is contained in:
parent
240d8b2820
commit
d29d23c3e8
1 changed files with 4 additions and 1 deletions
|
@ -7,9 +7,12 @@
|
||||||
virtualisation.oci-containers.containers.element = {
|
virtualisation.oci-containers.containers.element = {
|
||||||
image = "vectorim/element-web";
|
image = "vectorim/element-web";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
ports = [ "127.0.0.1:8089:80" ];
|
ports = [ "127.0.0.1:8089:8089" ];
|
||||||
pull = "newer";
|
pull = "newer";
|
||||||
networks = [ "element-net" ];
|
networks = [ "element-net" ];
|
||||||
|
environment = {
|
||||||
|
ELEMENT_WEB_PORT = "8089";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.create-element-net = {
|
systemd.services.create-element-net = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue