1
0

chore(deps): update fossbilling/fossbilling docker tag to v0.7.2 (#1596)

This commit is contained in:
renovate[bot]
2025-09-08 22:41:30 +08:00
committed by GitHub
parent cdc61ed99b
commit 67e13da90c
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
services:
fossbilling:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
volumes:
- fossbilling:/var/www/html
image: fossbilling/fossbilling:0.7.2
labels:
createdBy: "Apps"
volumes:
fossbilling:
networks:
1panel-network:
external: true