mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-18 03:21:12 +08:00
- add explicit :latest tag to looking-glass-server, owjdxb, linkstack, and watchtower images - update headscale-ui image from latest to specific version 2025.08.23 - update verysync image to specific version v2.20.1 - update headscale-ui from 2025.05.22 to 2025.08.23 version - 【fix】amend clear app configuration file and update from v1.0.4 to v1.0.9
15 lines
314 B
YAML
15 lines
314 B
YAML
services:
|
|
jdxb:
|
|
image: ionewu/owjdxb:latest
|
|
container_name: ${CONTAINER_NAME}
|
|
network_mode: host
|
|
volumes:
|
|
- ./store:/data/store
|
|
devices:
|
|
- "/dev/net/tun:/dev/net/tun"
|
|
cap_add:
|
|
- NET_ADMIN
|
|
- SYS_ADMIN
|
|
restart: unless-stopped
|
|
labels:
|
|
createdBy: "Apps" |