1
0

chore(deps): update pandastd/nvpress docker tag to v5.8.0 (#3744)

This commit is contained in:
renovate[bot]
2026-01-29 16:28:58 +00:00
committed by GitHub
parent 64f8adf666
commit 84fe2c6ddc
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
services:
nvpress:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8081"
volumes:
- "${DATA_PATH}/nv-content:/usr/src/app/nv-content"
- "${DATA_PATH}/nv-themes:/usr/src/app/nv-themes"
- "${DATA_PATH}/nv-plugins:/usr/src/app/nv-plugins"
image: pandastd/nvpress:5.8.0
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true