wtf is saerro doing

This commit is contained in:
41666 2023-12-22 20:13:36 -05:00
parent 1f33097650
commit dd612cdc7b
2 changed files with 4 additions and 4 deletions

View file

@ -41,7 +41,7 @@ in {
saerro_postgres = {
image = "docker.io/timescale/timescaledb:latest-pg15";
volumes = [
"saerrodata:/var/lib/postgresql/data"
"saerrodb:/var/lib/postgresql/data"
];
} // containerGenerics;
};