Skip to content
Snippets Groups Projects
Commit 9f1ec221 authored by Josh's avatar Josh Committed by Josh Richards
Browse files

chore(examples): add postgres 15 image tag


Signed-off-by: default avatarJosh <josh.t.richards@gmail.com>
parent c83d4578
No related branches found
No related tags found
No related merge requests found
services:
db:
image: postgres:alpine
image: postgres:15
restart: always
volumes:
- db:/var/lib/postgresql/data:Z
......
services:
db:
image: postgres:alpine
image: postgres:15
restart: always
volumes:
- db:/var/lib/postgresql/data:Z
......
services:
db:
image: postgres:alpine
image: postgres:15
restart: always
volumes:
- db:/var/lib/postgresql/data:Z
......
......@@ -2,7 +2,7 @@ version: '3'
services:
db:
image: postgres:alpine
image: postgres:15
restart: always
volumes:
- db:/var/lib/postgresql/data:Z
......
......@@ -395,7 +395,7 @@ As an alternative to passing sensitive information via environment variables, `_
```yaml
services:
db:
image: postgres
image: postgres:15
restart: always
volumes:
- db:/var/lib/postgresql/data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment