Skip to content

Commit

Permalink
fixed: errors in docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Schwalm committed Nov 25, 2024
1 parent 583e2e9 commit 7172254
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
wireshark:
build:
Expand Down Expand Up @@ -38,7 +36,7 @@ services:
cap_add:
- NET_ADMIN # for Tailscale
depends_on:
- yaw-ctlr
- yaw-controller
- anemometer
- blade-1
- blade-2
Expand Down

0 comments on commit 7172254

Please sign in to comment.