Browse Source

nextcloud apache version

Guilhem Saurel 7 years ago
parent
commit
3689d4248a
1 changed files with 3 additions and 1 deletions
  1. 3 1
      nextcloud/docker-compose.yml

+ 3 - 1
nextcloud/docker-compose.yml

@@ -16,9 +16,11 @@ services:
       - MYSQL_USER=nextcloud
       - MYSQL_USER=nextcloud
 
 
   app:
   app:
-    image: nextcloud:fpm
+    image: nextcloud
     links:
     links:
       - db
       - db
     volumes:
     volumes:
       - /srv/nextcloud/app:/var/www/html
       - /srv/nextcloud/app:/var/www/html
     restart: always
     restart: always
+    ports:
+      - "127.0.0.1:9000:80"