Skip to content

Commit

Permalink
Update compose.hosting.yml
Browse files Browse the repository at this point in the history
Update Bitping image to official image.

Signed-off-by: XternA <[email protected]>
  • Loading branch information
XternA authored Aug 27, 2024
1 parent 63b73c9 commit c51d8c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compose/compose.hosting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ services:

bitping:
container_name: bitping
image: mrcolorrain/bitping
image: bitping/bitpingd
restart: always
hostname: $DEVICE_ID
environment:
- BITPING_EMAIL=${BITPING_EMAIL:-}
- BITPING_PASSWD=${BITPING_PASSWORD:-}
BITPING_EMAIL: ${BITPING_EMAIL:-}
BITPING_PASSWORD: ${BITPING_PASSWORD:-}
profiles:
- ${BITPING:-DISABLED}
dns:
Expand Down

0 comments on commit c51d8c1

Please sign in to comment.