Skip to content

Commit

Permalink
Update default Adminer publish port
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abid committed Oct 7, 2024
1 parent 194d7f2 commit cdca5f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ FLAGR_IMAGE_TAG=1.1.16

# =============================================================

ADMINER_PUBLISH_PORT=8080
ADMINER_PUBLISH_PORT=8000
CASSANDRA_PUBLISH_PORT=9042
CASSANDRA_NODE1_PUBLISH_PORT=9042
CASSANDRA_NODE2_PUBLISH_PORT=9043
Expand Down
2 changes: 1 addition & 1 deletion adminer/compose.adminer.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ services:
networks:
- common-net
ports:
- 127.0.0.1:${ADMINER_PUBLISH_PORT:-8080}:8080
- 127.0.0.1:${ADMINER_PUBLISH_PORT:-8000}:8080

0 comments on commit cdca5f0

Please sign in to comment.