Browse Source

Changed scalelite image tag to latest

master
jfederico 4 years ago
parent
commit
2c63d42cc2
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      docker-compose.yml

+ 2
- 2
docker-compose.yml View File

59
 
59
 
60
   scalelite.api:
60
   scalelite.api:
61
     entrypoint: [bin/start]
61
     entrypoint: [bin/start]
62
-    image: blindsidenetwks/scalelite:master
62
+    image: blindsidenetwks/scalelite:latest
63
     restart: "no"
63
     restart: "no"
64
     ports:
64
     ports:
65
       - 127.0.0.1:3000:3000
65
       - 127.0.0.1:3000:3000
85
 
85
 
86
   scalelite.poller:
86
   scalelite.poller:
87
     entrypoint: [bin/start-poller]
87
     entrypoint: [bin/start-poller]
88
-    image: blindsidenetwks/scalelite:master
88
+    image: blindsidenetwks/scalelite:latest
89
     restart: "no"
89
     restart: "no"
90
     ports:
90
     ports:
91
       - 127.0.0.1:3001:3000
91
       - 127.0.0.1:3001:3000

Loading…
Cancel
Save