Skip to content

Commit 4c1a7f3

Browse files
author
Valentin Ryckaert
committed
update: improve docker-compose adminer
1 parent f8359c3 commit 4c1a7f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ services:
4040
adminer:
4141
container_name: ${PREFIX}-adminer
4242
image: adminer:5.4.2
43-
restart: always
43+
restart: unless-stopped
4444
ports:
45-
- 8080:8080
45+
- '127.0.0.1:8080:8080'
4646
depends_on:
4747
- db
4848
solr:

0 commit comments

Comments
 (0)