Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/vabene1111/recipes into …
Browse files Browse the repository at this point in the history
…develop
  • Loading branch information
vabene1111 committed Feb 5, 2024
2 parents 7e39e6f + 2fd72fe commit 3f859e5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/install/docker/ipv6_plain/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2.4"
services:
db_recipes:
restart: always
image: postgres:15-alpine
image: postgres:16-alpine
volumes:
- ${POSTGRES_DATA_DIR:-./postgresql}:/var/lib/postgresql/data
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docs/install/docker/nginx-proxy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"
services:
db_recipes:
restart: always
image: postgres:15-alpine
image: postgres:16-alpine
volumes:
- ./postgresql:/var/lib/postgresql/data
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docs/install/docker/plain/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"
services:
db_recipes:
restart: always
image: postgres:15-alpine
image: postgres:16-alpine
volumes:
- ./postgresql:/var/lib/postgresql/data
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docs/install/docker/traefik-nginx/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"
services:
db_recipes:
restart: always
image: postgres:15-alpine
image: postgres:16-alpine
volumes:
- ./postgresql:/var/lib/postgresql/data
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docs/install/swag.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ services:
db_recipes:
restart: always
container_name: db_recipes
image: postgres:15-alpine
image: postgres:16-alpine
volumes:
- ./recipes/db:/var/lib/postgresql/data
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docs/install/truenas_portainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ version: "3"
services:
db_recipes:
restart: always
image: postgres:15-alpine
image: postgres:16-alpine
volumes:
- ./postgresql:/var/lib/postgresql/data
env_file:
Expand Down

0 comments on commit 3f859e5

Please sign in to comment.