mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-19 05:43:25 +00:00
Sets postgres version to 17
This commit is contained in:
@@ -19,7 +19,7 @@ services:
|
|||||||
- authentik-ldap
|
- authentik-ldap
|
||||||
|
|
||||||
db-postgres:
|
db-postgres:
|
||||||
image: postgres:latest
|
image: postgres:17
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: 'npm'
|
POSTGRES_USER: 'npm'
|
||||||
POSTGRES_PASSWORD: 'npmpass'
|
POSTGRES_PASSWORD: 'npmpass'
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ services:
|
|||||||
- db_data:/var/lib/mysql
|
- db_data:/var/lib/mysql
|
||||||
|
|
||||||
db-postgres:
|
db-postgres:
|
||||||
image: postgres:latest
|
image: postgres:17
|
||||||
container_name: npm2dev.db-postgres
|
container_name: npm2dev.db-postgres
|
||||||
networks:
|
networks:
|
||||||
- nginx_proxy_manager
|
- nginx_proxy_manager
|
||||||
|
|||||||
@@ -130,7 +130,7 @@ services:
|
|||||||
- db
|
- db
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:latest
|
image: postgres:17
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: 'npm'
|
POSTGRES_USER: 'npm'
|
||||||
POSTGRES_PASSWORD: 'npmpass'
|
POSTGRES_PASSWORD: 'npmpass'
|
||||||
|
|||||||
Reference in New Issue
Block a user