fix: ds9 acme

This commit is contained in:
Lucy Hochkamp 2024-08-19 23:46:15 +02:00
parent cb2b888386
commit e5b7a4b9c6
No known key found for this signature in database
56 changed files with 267 additions and 257 deletions

View file

@ -91,7 +91,7 @@ in
virtualisation.oci-containers.containers.immich-server = {
user = "1000:100";
image = "ghcr.io/immich-app/immich-server:release";
extraOptions = [ "--network=immich-net" "--network=db-net" ];
extraOptions = [ "--network=podman" "--network=immich-net" "--network=db-net" ];
dependsOn = [ "immich-network" "immich-redis" "postgres" ];
ports = [ "8765:3001" ];
volumes = [