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: .