feat: Support for YesPlayMusic 0.4.8-2
This commit is contained in:
parent
30f36149e8
commit
557201933e
|
|
@ -1,15 +1,14 @@
|
||||||
services:
|
services:
|
||||||
yesplaymusic:
|
yesplaymusic:
|
||||||
|
image: fogforest/yesplaymusic:0.4.8-2
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- "${PANEL_APP_PORT_HTTP}:80"
|
- "${PANEL_APP_PORT_HTTP}:80"
|
||||||
image: fogforest/yesplaymusic:0.4.7
|
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
external: true
|
external: true
|
||||||
Loading…
Reference in New Issue