Skip to content

Commit

Permalink
Fixes broken name resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
bmm-alc authored Dec 5, 2024
1 parent 2d1734b commit 06d0fe3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions installation/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ services:
- "33060:3306"
volumes:
- mysqlData:/var/lib/mysql
network_mode: bridge
cap_drop:
- MKNOD
wacore:
Expand All @@ -44,7 +43,6 @@ services:
ORCHESTRATION: DOCKER-COMPOSE
depends_on:
- "db"
network_mode: bridge
cap_drop:
- MKNOD
waweb:
Expand All @@ -65,6 +63,5 @@ services:
depends_on:
- "db"
- "wacore"
network_mode: bridge
cap_drop:
- MKNOD

0 comments on commit 06d0fe3

Please sign in to comment.