Fix: Add SYS_ADMIN capability for Browservice
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user