johnbillion / query-monitor

The developer tools panel for WordPress
https://querymonitor.com
GNU General Public License v2.0
1.59k stars 208 forks source link

Make docker-compose.yml a regular file #805

Closed szepeviktor closed 1 year ago

szepeviktor commented 1 year ago

Symlinks have way more problems than regular files.

szepeviktor commented 1 year ago

There are relative paths in docker-compose.yml. Where are they? I could not find them.

... I see. Volumes!

johnbillion commented 1 year ago

Nice one. This might also allow me to remove the COMPOSE_PROJECT_NAME usage.