cleanup restarts

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-06-29 11:40:15 -04:00
parent 337caba1f0
commit bff8bcd72c
No known key found for this signature in database
GPG Key ID: 1FACF4075E3212F7

View File

@ -49,7 +49,6 @@
postgres-adminer = {
image = "adminer/latest";
user = "600:600";
restart = "always";
ports = [ "4191:8080" ];
dependsOn = [ "postgres" ];
extraOptions = [