dockerfiles
dockerfiles copied to clipboard
Discontinued. Fork at your will.
First of all, here if my configuration : docker-compose.yml : ```yml --- version: '2' services: web: build: context: . dockerfile: nginx.dockerfile ports: - 80 links: - app environment: SERVICE_80_NAME: "search"...
When the container is updated I have to reactivate all plugins and set the maintenance in my config to "false". Is there a way to do this automatically?
This is mainly towards the Nextcloud dockerfile: Instead of assuming nextcloud is always served under `foobar.com/`, it would be great to let user specify a custom path at run time,...
Today, the prefix is hard-coded. This can be troublesome where hosted databases are used, or when migrating an existing Nextcloud instance. Consider adding a DB_TABLEPREFIX (or similar) environment variable to...
The new system for setting up database access is working nicely. Unfortunately now I have to set passwords as environment variables, which I'd prefer not to if I don't have...
Many users utilize SSL/TLS when accessing other resources on their network. They also frequently utilize internal certificate authorities. Please consider a method of importing and trusting these user supplied certificate...