From 143bc84ac36bf0f1757b4e09fff0318f37876734 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 23 Apr 2026 07:25:56 +0000 Subject: [PATCH] docs: sync docker examples to latest image --- docker-compose.yaml | 2 +- wiki/docker-RUN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 2f53aed..6586b37 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,6 +1,6 @@ services: epusdt: - image: gmwallet/epusdt:alpine + image: gmwallet/epusdt:latest restart: always build: context: . diff --git a/wiki/docker-RUN.md b/wiki/docker-RUN.md index d6fc745..e42d9a3 100644 --- a/wiki/docker-RUN.md +++ b/wiki/docker-RUN.md @@ -83,7 +83,7 @@ EOF cat < docker-compose.yaml services: epusdt: - image: gmwallet/epusdt:alpine + image: gmwallet/epusdt:latest restart: always build: context: .