We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8ad19 commit 2984883Copy full SHA for 2984883
compose.yaml renamed to compose.yml
@@ -1,10 +1,12 @@
1
name: "reverse-proxy"
2
+
3
x-lockdown: &lockdown
4
# prevents write access to the image itself
5
read_only: true
6
# prevents any process within the container to gain more privileges
7
security_opt:
8
- "no-new-privileges=true"
9
10
services:
11
socket-proxy:
12
# this image is used to expose the docker socket as read-only to traefik
0 commit comments