1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-20 17:11:03 +08:00
1Panel-Appstore/apps/sub2sing-box/0.0.9/docker-compose.yml
github-action update-app-version 350e8c2601 Update app version [skip ci]
2025-03-23 16:17:00 +00:00

16 lines
297 B
YAML

services:
sub2sing-box:
image: nite07/sub2sing-box:0.0.9
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true