Explorar el Código

compose: fix non-functional 'host' option

Fix #512
pull/514/head
Andrey Butirsky hace 3 meses
padre
commit
224b1d1f0d
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      contrib/sni-router/docker-compose.yml

+ 1
- 1
contrib/sni-router/docker-compose.yml Ver fichero

@@ -39,7 +39,7 @@ services:
39 39
       - net.ipv4.ip_unprivileged_port_start=80
40 40
 
41 41
   mtg:
42
-    image: nineseconds/mtg:2
42
+    image: nineseconds/mtg
43 43
     volumes:
44 44
       - ./mtg-config.toml:/config/config.toml:ro,Z
45 45
     expose:

Loading…
Cancelar
Guardar