Skip to content
Snippets Groups Projects
Commit 57093ed8 authored by Steve Reis's avatar Steve Reis
Browse files

fix: Define specific Postgres version

parent 61c51d08
No related branches found
No related tags found
No related merge requests found
services:
db:
image: postgres
image: postgres:14-alpine
restart: always
ports:
- "5454:5432"
environment:
POSTGRES_PASSWORD: pass123
POSTGRES_PASSWORD: pass123
volumes:
- db-volume:/var/lib/postgres
networks:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment