Set the port on the container
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user