Browse Source

mkcert -install is being called in the wrong place

Robert Nicklin 4 năm trước cách đây
mục cha
commit
dd834157aa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compose/bin/setup-ssl-ca

+ 1 - 1
compose/bin/setup-ssl-ca

@@ -1,5 +1,5 @@
 #!/bin/bash
-docker-compose exec -T -u root app mkcert -install
+
 docker cp $(docker-compose ps -q app|awk '{print $1}'):/root/.local/share/mkcert/rootCA.pem .
 echo "System password requested to install certificate authority on host..."