Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .devcontainer/virtual/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,11 @@ services:
restart: always
ports:
- 80:80
network_mode: host
cap_add:
- NET_ADMIN
Comment thread
zierh marked this conversation as resolved.
- NET_RAW
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${XDG_RUNTIME_DIR:-/var/run}/docker.sock:/var/run/docker.sock
depends_on:
- openplc

Expand Down
Loading