Loading hits/docker-compose.hits.yml +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ services: - 'POSTGRES_USER=postgres' - 'POSTGRES_PASSWORD=postgres' healthcheck: test: ['CMD', 'pg_isready', '-U', 'postres'] test: ['CMD', 'pg_isready', '-U', 'postgres'] interval: 10s timeout: 10s retries: 5 Loading Loading
hits/docker-compose.hits.yml +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ services: - 'POSTGRES_USER=postgres' - 'POSTGRES_PASSWORD=postgres' healthcheck: test: ['CMD', 'pg_isready', '-U', 'postres'] test: ['CMD', 'pg_isready', '-U', 'postgres'] interval: 10s timeout: 10s retries: 5 Loading