Created
July 11, 2021 19:44
Debu gGithub Actions Medium Post Gist 11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
runner@fv-az121-980:~/work/myapp/myapp$ docker logs aeaf1d3eae4b46948276077399135246_postgres13_3406a2 | |
/usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/* | |
[snip] | |
PostgreSQL init process complete; ready for start up. | |
2021-02-15 16:45:09.125 UTC [1] LOG: starting PostgreSQL 13.2 (Debian 13.2-1.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit | |
2021-02-15 16:45:09.126 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 | |
2021-02-15 16:45:09.126 UTC [1] LOG: listening on IPv6 address "::", port 5432 | |
2021-02-15 16:45:09.129 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" | |
2021-02-15 16:45:09.135 UTC [1] LOG: database system is ready to accept connections |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment