1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-19 23:21:03 +08:00
1Panel-Appstore/sub2sing-box/0.0.6/docker-compose.yml
github-action update-app-version 578ac04df7 Update app version [skip ci]
2024-10-22 17:59:31 +00:00

16 lines
297 B
YAML

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