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"
|
||||
"mastodon-data:/var/lib/mastodon"
|
||||
];
|
||||
ports = [ "${toString cfg.port}:80" ];
|
||||
};
|
||||
nixos = {
|
||||
useSystemd = true;
|
||||
|
|
Loading…
Reference in New Issue