Skip to content

Commit

Permalink
disable services and events
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Aug 24, 2023
1 parent 4a7ed52 commit 6d11b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containers/docker-socket-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV ALLOW_RESTARTS=1 \
CONFIGS=0 \
CONTAINERS=1 \
DISTRIBUTION=0 \
EVENTS=1 \
EVENTS=0 \
EXEC=0 \
GRPC=0 \
IMAGES=1 \
Expand All @@ -26,7 +26,7 @@ ENV ALLOW_RESTARTS=1 \
PLUGINS=0 \
POST=0 \
SECRETS=0 \
SERVICES=1 \
SERVICES=0 \
SESSION=0 \
SOCKET_PATH=/var/run/docker.sock \
SWARM=0 \
Expand Down

0 comments on commit 6d11b9c

Please sign in to comment.