소스 검색

compose: fix non-functional 'host' option

Fix #512
pull/514/head
Andrey Butirsky 1 주 전
부모
커밋
224b1d1f0d
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      contrib/sni-router/docker-compose.yml

+ 1
- 1
contrib/sni-router/docker-compose.yml 파일 보기

@@ -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…
취소
저장