Skip to content

Commit

Permalink
add adminer in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeBu committed Jun 28, 2024
1 parent b722feb commit 8d1cf86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
# To create an easy-to-use interface for PostgreSQL administration,
# you can use the Adminer web interface.
#
# adminer:
# image: adminer
# ports:
# - "8090:8080"
adminer:
image: adminer
ports:
- "8080:8080"

0 comments on commit 8d1cf86

Please sign in to comment.