소스 검색

Fixed the networking issue (#200)

Robert Middleswarth 3 년 전
부모
커밋
99dd147bc9
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      stack/vikunja.yml

+ 3 - 1
stack/vikunja.yml

@@ -54,10 +54,12 @@ services:
       - 3546:80
     volumes:
       - /portainer/Files/AppData/Config/Vikunja/nginx.conf:/etc/nginx/conf.d/default.conf:ro
+    networks:
+      - network
+    restart: unless-stopped
     depends_on:
       - api
       - frontend
-    restart: unless-stopped
 
 networks:
   network: