Skip to content

Commit

Permalink
Set adminer port to random
Browse files Browse the repository at this point in the history
  • Loading branch information
elkuku committed Dec 15, 2023
1 parent 0701c11 commit d0f556c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
ADMINER_DEFAULT_SERVER: database
ADMINER_DESIGN: dracula
ports:
- "8004:8080"
- "8080"
###> doctrine/doctrine-bundle ###
database:
image: postgres:${POSTGRES_VERSION:-15}-alpine
Expand Down

0 comments on commit d0f556c

Please sign in to comment.