Sfoglia il codice sorgente

Make it clearer where to spawn adminer

pull/495/head
Slavi Pantaleev 5 anni fa
committed by GitHub
parent
commit
4ff7e753b2
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      docs/maintenance-synapse.md

+ 1
- 1
docs/maintenance-synapse.md Vedi File

@@ -88,7 +88,7 @@ First, set up an SSH tunnel to your matrix server (skip if it is your local mach
ssh -L 1799:localhost:1799 matrix.DOMAIN ssh -L 1799:localhost:1799 matrix.DOMAIN
``` ```


Then start up an ephemeral [adminer](https://www.adminer.org/) container, connecting it to the matrix-net and linking the postgresql container:
Then start up an ephemeral [adminer](https://www.adminer.org/) container on the Matrix server, connecting it to the `matrix` network and linking the postgresql container:


``` ```
docker run --rm --publish 1799:8080 --link matrix-postgres --net matrix adminer docker run --rm --publish 1799:8080 --link matrix-postgres --net matrix adminer


Caricamento…
Annulla
Salva