#!/bin/bash
set -a
source .env

# you can not run this as root!
xdg-open http://localhost:"${PHPMYADMIN_PORT}"/
exit