Browse Source

compose: fix non-functional 'host' option

Fix #512
pull/514/head
Andrey Butirsky 5 days ago
parent
commit
224b1d1f0d
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      contrib/sni-router/docker-compose.yml

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

@@ -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…
Cancel
Save