Skip to content

Commit d4e838f

Browse files
author
Valentin Ryckaert
committed
feat: add link to adminer website + specify name and version for docker compose
1 parent 3b80f6b commit d4e838f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ services:
3838
volumes:
3939
- db-data:/var/lib/postgresql/data
4040
adminer:
41-
image: adminer
41+
container_name: ${PREFIX}-adminer
42+
image: adminer:5.4.2
4243
restart: always
4344
ports:
4445
- 8080:8080

docs/docker.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,9 @@ TeSS is accessible at the following URL:
5959

6060
<http://localhost:3000>
6161

62+
### Access [Adminer](https://www.adminer.org/)
6263

63-
### Access Adminer
64-
65-
An Adminer instance is accessible at the following URL:
64+
An Adminer instance to connect to and visualize your local database is accessible at the following URL:
6665

6766
<http://localhost:8080>
6867

0 commit comments

Comments
 (0)