1
0

feat:添加moments到列表

This commit is contained in:
okxlin
2024-04-24 00:40:18 +08:00
parent 233d87ab24
commit 97f025a259
9 changed files with 106 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
version: '3'
services:
moments1:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
volumes:
- "${DATA_PATH}:/app/data"
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
image: kingwrcy/moments:latest
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true