Laurie Summers 1 год назад
Родитель
Сommit
17669725aa
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      nextcloud

+ 4 - 2
nextcloud

@@ -7,6 +7,8 @@ docker-compose.yml in /home/pi/rpi4/Docker/nextcloud
 If problems with setting up admin user look at this.SHould be okay though if compose file ok.
 If problems with setting up admin user look at this.SHould be okay though if compose file ok.
 https://stackoverflow.com/questions/70627426/nextcloud-cant-create-an-admin-user
 https://stackoverflow.com/questions/70627426/nextcloud-cant-create-an-admin-user
 
 
+Container doesn't seem to like having the ports changed so best to leave as 80 & 443
+
 version: '3'
 version: '3'
 
 
 services:
 services:
@@ -60,8 +62,8 @@ services:
     build: ./proxy
     build: ./proxy
     restart: always
     restart: always
     ports:
     ports:
-      - 580:80
-      - 5443:443
+      - 80:80
+      - 443:443
     environment:
     environment:
       - DEFAULT_HOST=nextcloud
       - DEFAULT_HOST=nextcloud
     volumes:
     volumes: