Dead links in Documentation

The links for how to setup seafile 7.x.x and upgarde to it in the documentation don’t work.

Since my account is new and I can’t post links:

Its on the manual subdomain in that path:
/deploy/deploy_with_docker.html

Where can I find the instuctions on how to setup seafile 7.x.x with docker?

Version : ’ 2.0 ’
Services :
Db :
Image : mariadb:10.1
Container_name : seafile-mysql
Environment :
- MYSQL_ROOT_PASSWORD=db_dev # Requested, set the root’s password of MySQL service.
- MYSQL_LOG_CONSOLE=true
Volumes :
- ~/seafile/seafile-mysql/db:/var/lib/mysql # Requested, specifies the path to MySQL data persistent store.
Networks :
- seafile-net

Memcached :
Image : memcached:1.5.6
Container_name : seafile-memcached
Entrypoint : memcached -m 256
Networks :
- seafile-net

Elasticsearch :
Image : seafileltd/elasticsearch-with-ik:5.6.16
Container_name : seafile-elasticsearch
Environment :
- discovery.type=single-node
- bootstrap.memory_lock=true
- " ES_JAVA_OPTS=-Xms1g -Xmx1g "
Ulimits :
Memlock :
Soft : -1
Hard : -1
Mem_limit : 2g
Volumes :
- ~/seafile/seafile-elasticsearch/data:/usr/share/elasticsearch/data # Requested, specifying the path to Elasticsearch data persistent store.
Networks :
- seafile-net

Seafile :
Image : docker.seafile.top/seafileltd/seafile-pro-mc:latest
Container_name : seafile
Ports :
- " 80:80 "

- “443:443” # If https is enabled, cancel the comment.

 Volumes :
   - ~/seafile/seafile-data:/shared # Requested, specifies the path to Seafile data persistent store.
 Environment :
   - DB_HOST=db
   - DB_ROOT_PASSWD=db_dev # Requested, the value shuold be root's password of MySQL service.

- TIME_ZONE=Asia/Shanghai # Optional, default is UTC. Should be uncomment and set to your local time zone.

   - SEAFILE_ADMIN_EMAIL=me@example.com # Specify Seafile admin user, default is 'me@example.com'
   - SEAFILE_ADMIN_PASSWORD=asecret # Specify Seafile admin password, default is 'asecret'
   - SEAFILE_SERVER_LETSENCRYPT=false # Whether to use https or not
   - SEAFILE_SERVER_HOSTNAME=example.seafile.com # Specify your host name if https is enabled
 Depends_on :
   - db
   - memcached
   - elasticsearch
 Networks :
   - seafile-net

Networks :
Seafile-net :

The link has been fixed.