Downgrade PostgreSQL para versão 13 (compatível com CPU antiga)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:15
|
||||
image: postgres:13
|
||||
container_name: occto_postgres
|
||||
environment:
|
||||
POSTGRES_USER: ${POSTGRES_USER:-admin}
|
||||
|
||||
Reference in New Issue
Block a user