mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-14 11:04:11 -05:00
open npm ports up
This commit is contained in:
parent
d4d188cd61
commit
bb1f458a9c
1 changed files with 6 additions and 0 deletions
|
|
@ -47,6 +47,12 @@ in
|
|||
# OCI services
|
||||
virtualisation.podman.enable = true;
|
||||
virtualisation.oci-containers.backend = "podman";
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
81
|
||||
443
|
||||
80
|
||||
];
|
||||
|
||||
virtualisation.oci-containers.containers = {
|
||||
# NGINX Proxy Manager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue