Browse Source

Fixed the networking issue (#200)

Robert Middleswarth 3 năm trước cách đây
mục cha
commit
99dd147bc9
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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: