mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-17 23:51:03 +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
16 lines
324 B
YAML
16 lines
324 B
YAML
services:
|
|
jdxb:
|
|
image: ionewu/owjdxb:latest
|
|
container_name: ${CONTAINER_NAME}
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- ${PANEL_APP_PORT_HTTP}:9118
|
|
volumes:
|
|
- ./store:/data/store
|
|
restart: unless-stopped
|
|
labels:
|
|
createdBy: "Apps"
|
|
networks:
|
|
1panel-network:
|
|
external: true |