Actualizar PostgreSQL de versión 16 a 18 Alpine
This commit is contained in:
@@ -24,7 +24,7 @@ services:
|
||||
|
||||
gitea-db:
|
||||
container_name: gitea-db
|
||||
image: postgres:16-alpine
|
||||
image: postgres:18-alpine
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
POSTGRES_DB: ${DB_NAME:-gitea}
|
||||
|
||||
Reference in New Issue
Block a user