Sfoglia il codice sorgente

fixup docker-compose: add :master tag and comment

pull/514/head
Andrey Butirsky 4 giorni fa
parent
commit
01b1fa4b56
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2
    1
      contrib/sni-router/docker-compose.yml

+ 2
- 1
contrib/sni-router/docker-compose.yml Vedi File

@@ -39,7 +39,8 @@ services:
39 39
       - net.ipv4.ip_unprivileged_port_start=80
40 40
 
41 41
   mtg:
42
-    image: nineseconds/mtg
42
+    # FIXME: :master until #480 lands in a tagged release; switch back to :2/:3 after release
43
+    image: nineseconds/mtg:master
43 44
     volumes:
44 45
       - ./mtg-config.toml:/config/config.toml:ro,Z
45 46
     expose:

Loading…
Annulla
Salva