You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Before you install it, try it out at https://app.notifo.io
49
49
50
50
### Install it using the docker image
51
51
52
-
docker images are available: https://hub.docker.com/r/squidex/notifo, you can try the [docker-compose](deployment/docker-compose/docker-compose.yml) file.
52
+
docker images are available: https://hub.docker.com/r/squidex/notifo, you can try the [dockercompose](deployment/dockercompose/dockercompose.yml) file.
53
53
54
54
Read more about the installation in the [wiki](https://github.com/notifo-io/notifo/wiki/Installation).
Copy file name to clipboardexpand all lines: deployment/docker-compose/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Notifo needs https. This is a little bit tricky on localhost.
8
8
9
9
Caddy is used as a reverse proxy and also creates the certificates. Usually lets-encrypt is used for that, but for localhost we need to switch to a local certificate authority.
10
10
11
-
Therefore you have to comment out the following line in `docker-compose.yml`:
11
+
Therefore you have to comment out the following line in `dockercompose.yml`:
12
12
13
13
```yml
14
14
# - SITE_SETTINGS="tls internal"
@@ -18,6 +18,6 @@ Therefore you have to comment out the following line in `docker-compose.yml`:
18
18
19
19
Caddy usually installs the root certificate, but this is not available on docker. Therefore we have to install the root certificate manually. First download the certificate from the docker container:
0 commit comments