Skip to content

gregoryseibert/docker-nextcloud-traefik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  1. Put the password for the mysql user in db.env
  2. Put the password for the mysql root user in docker-compose.yml
  3. Edit the domain name in docker-compose.yml (app -> "labels")
  4. Edit the network name to your traefik netwrok docker-compose.yml (app -> "network" and "networks" at the end of the file)
  5. docker-compose pull
  6. docker-compose build
  7. docker-compose up -d
  8. Complete nexcloud web setup
  9. Add/edit the following two lines in ./data/nextcloud/config/config.php with the IP of your server and domain name 'trusted_proxies' => ['1.1.1.1'], 'overwriteprotocol' => 'https', 'overwrite.cli.url' => 'https://example.com',
  10. docker-compose restart
  11. Profit

Releases

No releases published

Packages

No packages published