Terminal Docker Run with External URLUse host.docker.internal as the host if you connect the pg instance on the same host. docker run --rm --init \ -e PG_URL=postgresql://user:secret@host:port/dbname \ --name bytebase \ --publish 8080:8080 \ --volume ~/.bytebase/data:/var/opt/bytebase \ bytebase/bytebase:3.3.0Edit this page on GitHubNext articleWhy Bytebase