Explorar o código

Fixed the networking issue (#200)

Robert Middleswarth %!s(int64=3) %!d(string=hai) anos
pai
achega
99dd147bc9
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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: