mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
volume
This commit is contained in:
parent
43b8438201
commit
064bf2d61e
1 changed files with 2 additions and 3 deletions
|
|
@ -25,8 +25,7 @@ in
|
|||
image = "nextcloud/all-in-one:latest";
|
||||
autoStart = true;
|
||||
ports = [
|
||||
"8080:8080" # AIO Interface
|
||||
"11001:11001" # Apache Port (for Reverse Proxy)
|
||||
"8080:8080" # AIO Interface
|
||||
];
|
||||
environment = {
|
||||
NEXTCLOUD_DATADIR = nextcloudDataPath;
|
||||
|
|
@ -45,6 +44,6 @@ in
|
|||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
8080
|
||||
11001
|
||||
11000
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue