Update docker-compose.yaml
Some checks failed
Updates/open-webui-ollama-docker-deploy/pipeline/head There was a failure building this commit

This commit is contained in:
2025-09-28 20:24:13 -04:00
parent bde2698e2e
commit 44e7140200

View File

@@ -151,6 +151,8 @@ services:
image: postgres:latest
container_name: openwebui_postgres_db # Keep container name consistent
restart: always
security_opt:
- "apparmor=unconfined"
environment:
POSTGRES_DB: openwebui_db
POSTGRES_USER: openwebui_user