GUACAMOLE-1572: Revert postgres link name change

This commit is contained in:
Jean-Benoit PAUX
2022-04-27 15:13:41 +02:00
committed by Mike Jumper
parent 5f75ebdb5a
commit 24f5a6edf6
2 changed files with 6 additions and 6 deletions

View File

@@ -55,7 +55,7 @@ Deploying Guacamole with PostgreSQL authentication
--------------------------------------------------
docker run --name some-guacamole --link some-guacd:guacd \
--link some-postgresql:postgresql \
--link some-postgres:postgres \
-e POSTGRESQL_DATABASE=guacamole_db \
-e POSTGRESQL_USER=guacamole_user \
-e POSTGRESQL_PASSWORD=some_password \