Skip to content

Commit 143bc84

Browse files
author
root
committed
docs: sync docker examples to latest image
1 parent 06856e5 commit 143bc84

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
epusdt:
3-
image: gmwallet/epusdt:alpine
3+
image: gmwallet/epusdt:latest
44
restart: always
55
build:
66
context: .

wiki/docker-RUN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ EOF
8383
cat <<EOF > docker-compose.yaml
8484
services:
8585
epusdt:
86-
image: gmwallet/epusdt:alpine
86+
image: gmwallet/epusdt:latest
8787
restart: always
8888
build:
8989
context: .

0 commit comments

Comments
 (0)