Fix: add apparmor=unconfined for LXC compatibility

This commit is contained in:
2026-06-10 12:36:52 +02:00
parent b9fc741505
commit ec2797e8d0
+2
View File
@@ -1,6 +1,7 @@
services: services:
postgres: postgres:
image: postgres:16-alpine image: postgres:16-alpine
security_opt: [apparmor=unconfined]
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- pgdata:/var/lib/postgresql/data - pgdata:/var/lib/postgresql/data
@@ -16,6 +17,7 @@ services:
web: web:
build: ./_aufmass_web build: ./_aufmass_web
security_opt: [apparmor=unconfined]
restart: unless-stopped restart: unless-stopped
ports: ports:
- "5000:5000" - "5000:5000"