Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
josep-tecnativa committed Aug 20, 2024
1 parent c2bcf46 commit 146aac7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ ENV ALLOW_RESTARTS=0 \
BUILD=0 \
COMMIT=0 \
CONFIGS=0 \
CONTAINERS=0 \
DISABLE_IPV6=0 \
CONTAINERS=1 \
DISABLE_IPV6=1 \
DISTRIBUTION=0 \
EVENTS=1 \
EXEC=0 \
Expand Down
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def _proxy(**env_vars):
"--privileged",
"--publish=2375",
"--volume=/var/run/docker.sock:/var/run/docker.sock",
"--env=DISABLE_IPV6=1",
*env_list,
image,
).strip()
Expand Down

0 comments on commit 146aac7

Please sign in to comment.