making all zpools lower case

This commit is contained in:
Richie Cahill
2024-06-19 17:54:17 -04:00
parent 3bab15ecad
commit ad8897359c
6 changed files with 34 additions and 34 deletions

View File

@ -15,7 +15,7 @@
postgres = {
image = "postgres:16";
ports = [ "5432:5432" ];
volumes = [ "/ZFS/Media/databases/postgres:/var/lib/postgresql/data" ];
volumes = [ "/ZFS/media/databases/postgres:/var/lib/postgresql/data" ];
environment = {
POSTGRES_USER = "admin";
POSTGRES_DB = "archive";