We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8948c commit c5f7126Copy full SHA for c5f7126
ansible/playbooks/miniflux/docker-compose.yml
@@ -15,7 +15,7 @@ services:
15
- ADMIN_PASSWORD={{ miniflux_admin_password }}
16
- BASE_URL=https://miniflux.snake-cloud.ts.net
17
miniflux-db:
18
- image: postgres:15.11
+ image: postgres:15.12
19
container_name: miniflux-db
20
environment:
21
- POSTGRES_USER={{ miniflux_db_user }}
0 commit comments