Fix: add apparmor=unconfined for LXC compatibility
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user