Skip to content
Snippets Groups Projects
Verified Commit bfde26d0 authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

fix postgres not starting

parent 18c9bcf4
Branches
No related tags found
No related merge requests found
Pipeline #5762 passed
...@@ -25,6 +25,7 @@ services: ...@@ -25,6 +25,7 @@ services:
- vox - vox
image: postgres:latest image: postgres:latest
container_name: vox_postgres container_name: vox_postgres
restart: unless-stopped
environment: environment:
- POSTGRES_PASSWORD=postgres - POSTGRES_PASSWORD=postgres
volumes: volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment