Skip to content

Commit 52f956a

Browse files
authored
Merge pull request zhaofengli#60 from cole-h/docker-db-migrations-first
docker: default to monolithic mode
2 parents 8c8d9d9 + e6a2644 commit 52f956a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flake.nix

-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101
];
102102
config = {
103103
Entrypoint = [ "${packages.attic-server}/bin/atticd" ];
104-
Cmd = [ "--mode" "api-server" ];
105104
Env = [
106105
"SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
107106
];

0 commit comments

Comments
 (0)