From 87e0cea2f99542d6042765dba8d5ed8b082fb60d Mon Sep 17 00:00:00 2001 From: David Mehren Date: Tue, 13 Apr 2021 21:45:28 +0200 Subject: Docs: Cleanup docker page Build instructions are not relevant for most users. Contact info can already be found on the 'Home' page. Signed-off-by: David Mehren --- docs/content/setup/docker.md | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'docs/content/setup') diff --git a/docs/content/setup/docker.md b/docs/content/setup/docker.md index 7803b55d..11ff9b02 100644 --- a/docs/content/setup/docker.md +++ b/docs/content/setup/docker.md @@ -91,23 +91,3 @@ If you want to restore your PostgreSQL backup, run these commands before startin docker-compose up -d database cat backup.sql | docker exec -i $(docker-compose ps -q database) psql -U hedgedoc ``` - -## Custom build - -The default setting is to use pre-built docker images. -If you want to build your own containers uncomment the `build` section in the -[`docker-compose.yml`](https://github.com/hedgedoc/container/blob/master/docker-compose.yml) -and edit the -[`config.json`](https://github.com/hedgedoc/container/blob/master/resources/config.json). - -If you change the database settings and don't use the `CMD_DB_URL` make sure -you edit the -[`.sequelizerc`](https://github.com/hedgedoc/container/blob/master/resources/.sequelizerc). - -## Issues - -If you have any problems with or questions about this image, please contact us -through a [GitHub issue](https://github.com/hedgedoc/container/issues). - -You can also reach many of the project maintainers via our matrix room -[`#hedgedoc:matrix.org`](https://chat.hedgedoc.org). -- cgit v1.2.3