docs: sync docker examples to latest image

This commit is contained in:
root
2026-04-23 07:25:56 +00:00
parent 06856e5caa
commit 143bc84ac3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
services: services:
epusdt: epusdt:
image: gmwallet/epusdt:alpine image: gmwallet/epusdt:latest
restart: always restart: always
build: build:
context: . context: .
+1 -1
View File
@@ -83,7 +83,7 @@ EOF
cat <<EOF > docker-compose.yaml cat <<EOF > docker-compose.yaml
services: services:
epusdt: epusdt:
image: gmwallet/epusdt:alpine image: gmwallet/epusdt:latest
restart: always restart: always
build: build:
context: . context: .