mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-05-08 18:32:11 +08:00
feat: update moontv 4.3.0
This commit is contained in:
@@ -1,17 +1,16 @@
|
|||||||
services:
|
services:
|
||||||
moontv:
|
moontv:
|
||||||
image: ghcr.io/moontechlab/lunatv:4.1.1
|
image: ghcr.io/moontechlab/lunatv:v4.3.0
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- "${PANEL_APP_PORT_HTTP}:3000"
|
- ${PANEL_APP_PORT_HTTP}:3000
|
||||||
environment:
|
environment:
|
||||||
- PASSWORD=${PASSWORD}
|
- PASSWORD=${PASSWORD}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: Apps
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
external: true
|
external: true
|
||||||
Reference in New Issue
Block a user