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
+4-2
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ DDNS provides a straightforward way to update dynamic DNS entries without fiddli
35
35
36
36
### Deploy with Docker
37
37
38
-
It is recommended to use [docker-compose](https://docs.docker.com/compose/) as it is very convenient. The following example shows a simple deployment without a proxy.
38
+
It is recommended to use [docker-compose](https://docs.docker.com/compose/) as it is very convenient. The following example shows a simple deployment:
39
39
40
40
```yaml
41
41
---
@@ -59,6 +59,8 @@ networks:
59
59
external: false
60
60
```
61
61
62
+
> **Note:** DDNS can also be operated behind a proxy like [Traefik](https://doc.traefik.io/traefik/).
63
+
62
64
### Build from source
63
65
64
66
From the root of the source tree, run:
@@ -67,7 +69,7 @@ From the root of the source tree, run:
0 commit comments