Skip to content

Commit

Permalink
fix: extra-hosts entry for non Docker Desktop systems (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
fibble authored Aug 19, 2024
1 parent 7b96d1e commit 4f126e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ services:
MYSQL_DATABASE: olcs_be
MYSQL_USER: mysql
MYSQL_PASSWORD: olcs
extra_hosts:
- "host.docker.internal:host-gateway"

openldap:
image: bitnami/openldap:2.6
Expand Down

0 comments on commit 4f126e7

Please sign in to comment.