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