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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ List of environment variables for more customization:
101
101
| CADVISOR_PORT | 8080 ||
102
102
| ENABLE_DATA_API | true | Use this env to export the `/data` API that returns the swarm status as a JSON object. Note that it requires basic-auth if `ENABLE_AUTHENTICATION` is activated. |
103
103
| ENABLE_NETWORKS | false |`true` by default, set to `false` to remove the network section from the dashboard. |
104
-
| DOCKER_SOCKET | tcp://localhost:2375|`/var/run/docker.sock` by default. You can use it with [docker-socket-proxy](https://github.com/Tecnativa/docker-socket-proxy). |
104
+
| DOCKER_SOCKET | tcp://dockerproxy:2375 |`/var/run/docker.sock` by default. You can use it with [docker-socket-proxy](https://github.com/Tecnativa/docker-socket-proxy). |
105
105
106
106
## Security
107
107
@@ -111,7 +111,7 @@ List of environment variables for more customization:
111
111
112
112
+ Using the `ENABLE_HTTPS` environment variable, there is an option to use `HTTPS` and `WSS`. We have Let’s Encrypt integration with the DNS challenge. See the example for more info.
113
113
114
-
+ You can use [docker-socket-proxy](https://github.com/Tecnativa/docker-socket-proxy) with the `DOCKER_SOCKET` environment variable to minimize permissions and enhance security.
114
+
+ You can use [docker-socket-proxy](https://github.com/Tecnativa/docker-socket-proxy) with the `DOCKER_SOCKET` environment variable to minimize permissions and enhance security. Make sure that `swarm-dashboard` and `docker-socket-proxy` are in the same network. See the example configuration in [test-cluster/compose-dashboard.yml](./test-cluster/compose-dashboard.yml) for more detail.
0 commit comments