Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
restart: always

app:
build: ./app
image: nextcloud:apache
restart: always
ports:
- 8080:80
Expand All @@ -33,7 +33,7 @@ services:
- redis

cron:
build: ./app
image: nextcloud:apache
restart: always
volumes:
- nextcloud:/var/www/html
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
restart: always

app:
build: ./app
image: nextcloud:fpm-alpine
restart: always
volumes:
- nextcloud:/var/www/html
Expand All @@ -41,7 +41,7 @@ services:
- app

cron:
build: ./app
image: nextcloud:fpm-alpine
restart: always
volumes:
- nextcloud:/var/www/html
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
restart: always

app:
build: ./app
image: nextcloud:apache
restart: always
volumes:
- nextcloud:/var/www/html
Expand All @@ -37,7 +37,7 @@ services:
- default

cron:
build: ./app
image: nextcloud:apache
restart: always
volumes:
- nextcloud:/var/www/html
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ services:
restart: always

app:
build: ./app
image: nextcloud:fpm-alpine
restart: always
volumes:
- nextcloud:/var/www/html
environment:
- MYSQL_HOST=db
- REDIS_HOST=redis
- REDIS_HOST=redis
env_file:
- db.env
depends_on:
Expand All @@ -46,7 +46,7 @@ services:
- default

cron:
build: ./app
image: nextcloud:fpm-alpine
restart: always
volumes:
- nextcloud:/var/www/html
Expand Down