mirror of
				https://github.com/nextcloud/docker.git
				synced 2025-11-04 02:11:16 +01:00 
			
		
		
		
	Merge pull request #639 from nextcloud/fix-examples
Remove app dockerfile
This commit is contained in:
		
						commit
						34a9a543e1
					
				@ -1,3 +0,0 @@
 | 
			
		||||
FROM nextcloud:apache
 | 
			
		||||
 | 
			
		||||
COPY redis.config.php /usr/src/nextcloud/config/redis.config.php
 | 
			
		||||
@ -17,7 +17,7 @@ services:
 | 
			
		||||
    restart: always
 | 
			
		||||
 | 
			
		||||
  app:
 | 
			
		||||
    build: ./app
 | 
			
		||||
    image: nextcloud:apache
 | 
			
		||||
    restart: always
 | 
			
		||||
    ports:
 | 
			
		||||
      - 8080:80
 | 
			
		||||
@ -33,7 +33,7 @@ services:
 | 
			
		||||
      - redis
 | 
			
		||||
 | 
			
		||||
  cron:
 | 
			
		||||
    build: ./app
 | 
			
		||||
    image: nextcloud:apache
 | 
			
		||||
    restart: always
 | 
			
		||||
    volumes:
 | 
			
		||||
      - nextcloud:/var/www/html
 | 
			
		||||
 | 
			
		||||
@ -1,3 +0,0 @@
 | 
			
		||||
FROM nextcloud:fpm-alpine
 | 
			
		||||
 | 
			
		||||
COPY redis.config.php /usr/src/nextcloud/config/redis.config.php
 | 
			
		||||
@ -17,7 +17,7 @@ services:
 | 
			
		||||
    restart: always
 | 
			
		||||
 | 
			
		||||
  app:
 | 
			
		||||
    build: ./app
 | 
			
		||||
    image: nextcloud:fpm-alpine
 | 
			
		||||
    restart: always
 | 
			
		||||
    volumes:
 | 
			
		||||
      - nextcloud:/var/www/html
 | 
			
		||||
@ -41,7 +41,7 @@ services:
 | 
			
		||||
      - app
 | 
			
		||||
 | 
			
		||||
  cron:
 | 
			
		||||
    build: ./app
 | 
			
		||||
    image: nextcloud:fpm-alpine
 | 
			
		||||
    restart: always
 | 
			
		||||
    volumes:
 | 
			
		||||
      - nextcloud:/var/www/html
 | 
			
		||||
 | 
			
		||||
@ -1,3 +0,0 @@
 | 
			
		||||
FROM nextcloud:apache
 | 
			
		||||
 | 
			
		||||
COPY redis.config.php /usr/src/nextcloud/config/redis.config.php
 | 
			
		||||
@ -17,7 +17,7 @@ services:
 | 
			
		||||
    restart: always
 | 
			
		||||
 | 
			
		||||
  app:
 | 
			
		||||
    build: ./app
 | 
			
		||||
    image: nextcloud:apache
 | 
			
		||||
    restart: always
 | 
			
		||||
    volumes:
 | 
			
		||||
      - nextcloud:/var/www/html
 | 
			
		||||
@ -37,7 +37,7 @@ services:
 | 
			
		||||
      - default
 | 
			
		||||
 | 
			
		||||
  cron:
 | 
			
		||||
    build: ./app
 | 
			
		||||
    image: nextcloud:apache
 | 
			
		||||
    restart: always
 | 
			
		||||
    volumes:
 | 
			
		||||
      - nextcloud:/var/www/html
 | 
			
		||||
 | 
			
		||||
@ -1,3 +0,0 @@
 | 
			
		||||
FROM nextcloud:fpm-alpine
 | 
			
		||||
 | 
			
		||||
COPY redis.config.php /usr/src/nextcloud/config/redis.config.php
 | 
			
		||||
@ -17,7 +17,7 @@ services:
 | 
			
		||||
    restart: always
 | 
			
		||||
 | 
			
		||||
  app:
 | 
			
		||||
    build: ./app
 | 
			
		||||
    image: nextcloud:fpm-alpine
 | 
			
		||||
    restart: always
 | 
			
		||||
    volumes:
 | 
			
		||||
      - nextcloud:/var/www/html
 | 
			
		||||
@ -46,7 +46,7 @@ services:
 | 
			
		||||
      - default
 | 
			
		||||
 | 
			
		||||
  cron:
 | 
			
		||||
    build: ./app
 | 
			
		||||
    image: nextcloud:fpm-alpine
 | 
			
		||||
    restart: always
 | 
			
		||||
    volumes:
 | 
			
		||||
      - nextcloud:/var/www/html
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user