Skip to content

Commit 2984883

Browse files
committed
docs: swap yaml to yml
1 parent 6f8ad19 commit 2984883

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compose.yaml renamed to compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: "reverse-proxy"
2+
23
x-lockdown: &lockdown
34
# prevents write access to the image itself
45
read_only: true
56
# prevents any process within the container to gain more privileges
67
security_opt:
78
- "no-new-privileges=true"
9+
810
services:
911
socket-proxy:
1012
# this image is used to expose the docker socket as read-only to traefik

0 commit comments

Comments
 (0)