Closed Chuckame closed 1 year ago
Actually tested with apache: working perfectly... Will keep apache until nginx is resolved
isn't really your answer!? nextcloud-fpm version currently does not work
...
...
backend:
image: nextcloud:fpm-alpine
<<: *log-limits
restart: always
volumes:
- xxx/nextcloud/website:/var/www/html
- xxx/nextcloud/apps:/var/www/html/custom_apps
- xxx/nextcloud/config:/var/www/html/config
- xxx/nextcloud/website_data:/var/www/html/data
env_file: secrets.db.env
environment:
- REDIS_HOST=redis
- POSTGRES_HOST=db
depends_on:
- db
- redis
networks:
- internal
frontend: # entrypoint http 80
image: nginx:alpine
<<: *log-limits
restart: always
volumes:
- xxx/nextcloud/website:/var/www/html:ro
- xxx/nextcloud/apps:/var/www/html/custom_apps // Hi.
- ./frontend/nginx.conf:/etc/nginx/nginx.conf
depends_on:
- backend
ports:
- 8111:80
networks:
- internal
Please use https://help.nextcloud.com/ for individual deployment questions.
@Chuckame Hi, have you managed to solve it?
@Chuckame Likely because the volume mounts in the Compose are incomplete on frontend
, as alluded to by the response from @662.
However, please take follow-up to the help forum: https://help.nextcloud.com as also already mentioned. This channel is for bug reporting in the image itself, not general support or troubleshooting of configuration matters.
Also see:
https://github.com/nextcloud/docker/blob/master/.examples/docker-compose/insecure/postgres/fpm/compose.yaml https://github.com/nextcloud/docker/blob/master/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/compose.yaml https://github.com/nextcloud/docker/tree/master?tab=readme-ov-file#base-version---fpm
Hello !
I installed the maps app. The app icon is broken, and there is no content when I'm clicking on it : I think this is a nginx configuration issue. An error appear in Chrome console:
Refused to execute script from 'https://cloud.home.chuckame.fr/apps/files/' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
What to do to fix it ?
docker-compose.yml:
nginx.conf:
app.config.php:
config.php: