SELinux disabling

This commit is contained in:
John Doe
2025-11-28 19:02:50 -05:00
parent b01fd166ba
commit ee6caa7db7

View File

@@ -30,6 +30,8 @@ services:
timeout: 60s
retries: 5
start_period: 10s
security_opt:
- "label=disable"
volumes:
- ./db:/var/lib/postgresql/data
environment:
@@ -46,6 +48,8 @@ services:
condition: service_healthy
env_file:
- .env
security_opt:
- "label=disable"
#ports:
# - ${DROP_AIRVPN_PORT}:3000
volumes: