Browse Source

Fixed the networking issue (#200)

Robert Middleswarth 3 years ago
parent
commit
99dd147bc9
1 changed files with 3 additions and 1 deletions
  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: