Browse Source

Update docker-compose.yml

HoraceZhang 9 months ago
parent
commit
c4f23d6f85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -2,7 +2,7 @@ name: antnode
 
 services:
   node:
-    image: ghcr.io/lushdog/antnode:alpine
+    image: ghcr.io/lushdog/antnode:latest
     network_mode: 'host'
     volumes:
       - ./antnode_data:/root/antnode_data