1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 03:21:12 +08:00
1Panel-Appstore/apps/als/latest/docker-compose.yml
pooneyy 0dbe70f89d
🔧 chore(docker-compose): update docker image tags and app versions
- 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
2025-10-07 15:04:53 +08:00

12 lines
248 B
YAML

services:
als:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: "host"
environment:
- HTTP_PORT=${PANEL_APP_PORT_HTTP}
image: wikihostinc/looking-glass-server:latest
labels:
createdBy: "Apps"