Fix: Add SYS_ADMIN capability for Browservice

This commit is contained in:
2026-05-21 02:58:41 -04:00
parent f1bf5bd84f
commit 3dddb264c2

View File

@@ -47,6 +47,8 @@ services:
image: ghcr.io/eviechoi314/browservice-docker:latest image: ghcr.io/eviechoi314/browservice-docker:latest
container_name: browservice-proxy container_name: browservice-proxy
restart: always restart: always
cap_add:
- SYS_ADMIN
ports: ports:
- "8083:8080" - "8083:8080"
networks: networks: