瀏覽代碼

🐛: fix docker-compose.yml.template

ulyc 2 年之前
父節點
當前提交
a007d987f1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      template/docker-compose.yml.template

+ 1 - 1
template/docker-compose.yml.template

@@ -14,7 +14,7 @@ services:
   git:
     build: ./git/
     ports:
-      {{PORTS}}
+      - {{PORTS}}
     volumes:
       - git-data:/var/lib/git
       - ./config.ini:/etc/sr.ht/config.ini