mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
volume
This commit is contained in:
parent
e08528d6c2
commit
43b8438201
1 changed files with 0 additions and 2 deletions
|
|
@ -26,7 +26,6 @@ in
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
ports = [
|
ports = [
|
||||||
"8080:8080" # AIO Interface
|
"8080:8080" # AIO Interface
|
||||||
"11000:11000" # Apache Port (for Reverse Proxy - Original)
|
|
||||||
"11001:11001" # Apache Port (for Reverse Proxy)
|
"11001:11001" # Apache Port (for Reverse Proxy)
|
||||||
];
|
];
|
||||||
environment = {
|
environment = {
|
||||||
|
|
@ -46,7 +45,6 @@ in
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
8080
|
8080
|
||||||
11000
|
|
||||||
11001
|
11001
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue