docker-nextcloud icon indicating copy to clipboard operation
docker-nextcloud copied to clipboard

Nginx seems unstable

Open sOblivionsCall opened this issue 5 years ago • 4 comments

Not much to go on here but i'm adding anything i think will help. Unfortunately the container will not stay around long enough to exec into it. I am running the kubernetes pods as defined with default values on all but the nextcloud pod. Only change is below:

        - name: NEXTCLOUD_URL
          value: 10.1.1.20

This is just a temporary setup until i get everything working as needed then i will tighten security ect. Relevant info below:

spencer@Workstation:~/git/docker-nextcloud/kubernetes$ kubectl get pod
NAME         READY   STATUS             RESTARTS   AGE
nextcloud    1/1     Running            0          11m
nginx        0/1     CrashLoopBackOff   7          11m
postgresql   1/1     Running            0          11m
spencer@Workstation:~/git/docker-nextcloud/kubernetes$ kubectl get pod
NAME         READY   STATUS    RESTARTS   AGE
nextcloud    1/1     Running   0          19m
nginx        1/1     Running   10         19m
postgresql   1/1     Running   0          19m
spencer@Workstation:~/git/docker-nextcloud/kubernetes$ kubectl logs nginx
Initializing datadir...
Installing configuration templates...
Configuring nginx...
Configuring Nextcloud virtualhost...
Starting nginx...
spencer@Workstation:~/git/docker-nextcloud/kubernetes$ kubectl logs nginx --previous
Initializing datadir...
Installing configuration templates...
Configuring nginx...
Configuring Nextcloud virtualhost...
Starting nginx...

I'm happy to get other information for you as needed but i'm not sure what else can help.

sOblivionsCall avatar Apr 05 '19 03:04 sOblivionsCall