Set the port on the container
This commit is contained in:
parent
8b6a19d1c6
commit
bca56e3d46
|
@ -94,6 +94,7 @@ in {
|
||||||
"redis-data:/var/lib/redis"
|
"redis-data:/var/lib/redis"
|
||||||
"mastodon-data:/var/lib/mastodon"
|
"mastodon-data:/var/lib/mastodon"
|
||||||
];
|
];
|
||||||
|
ports = [ "${toString cfg.port}:80" ];
|
||||||
};
|
};
|
||||||
nixos = {
|
nixos = {
|
||||||
useSystemd = true;
|
useSystemd = true;
|
||||||
|
|
Loading…
Reference in New Issue