Skip to content

Instantly share code, notes, and snippets.

@danielabar
Created July 11, 2021 19:44
Show Gist options
  • Save danielabar/295ed24269658cb87dfa6f5e66800e6d to your computer and use it in GitHub Desktop.
Save danielabar/295ed24269658cb87dfa6f5e66800e6d to your computer and use it in GitHub Desktop.
Debu gGithub Actions Medium Post Gist 11
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