Open WebUI and Portracker modifications.

This commit is contained in:
2025-08-26 15:14:26 -04:00
parent e97035df26
commit 95070a5e3b
+8 -6
View File
@@ -1400,11 +1400,7 @@ services:
privileged: true
restart: unless-stopped
volumes:
- bind:
create_host_path: true
source: /var/run/docker.sock
target: /var/run/docker.sock
type: bind
- /var/run/docker.sock:/var/run/docker.sock
dockflare:
container_name: dockflare
environment:
@@ -4851,9 +4847,13 @@ services:
- 36102:8000
restart: unless-stopped
portracker:
cap_add:
- SYS_PTRACE
- SYS_ADMIN
container_name: portracker
environment:
DATABASE_PATH: /data/portracker.db
DEBUG: false
PORT: 4999
image: mostafawahied/portracker:latest
labels:
@@ -4874,8 +4874,10 @@ services:
homepage.href: https://ports.${MY_TLD}
homepage.icon: sh-portracker.svg
homepage.description: Real-time port monitoring and discovery
network_mode: host
pid: "host"
restart: unless-stopped
security_opt:
- apparmor:unconfined
volumes:
- ${DOCKER_VOLUME_CONFIG}/portracker:/data
- /var/run/docker.sock:/var/run/docker.sock:ro