Skip to content

Commit

Permalink
Additional fixes for docksal#56 for the adminer addon.
Browse files Browse the repository at this point in the history
  • Loading branch information
frederickjh committed Mar 11, 2020
1 parent 26a36dc commit 34d0403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adminer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ You can customize your adminer installation with the following environmental var
* To use a bundled [Adminer design](https://github.com/vrana/adminer/tree/master/designs) you can pass its name.

## Regressions
Previously the url for Adminer could be found at `http://adminer.<project_name>.docksal`. This change was made to make it easier to use a LetsEncrypt wildcard certificate, as it is only valid for one level of subdomain.
Previously the url for Adminer could be found at `http://adminer.<project_name>.docksal`. This change was made to make it easier to use a LetsEncrypt wildcard certificate, as it is only valid for one level of subdomains.
2 changes: 1 addition & 1 deletion adminer/adminer.post-install
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ echo-green-bg () { echo -e "${green_bg}$1${NC}"; }
echo-yellow () { echo -e "${yellow}$1${NC}"; }
fin adminer enable

echo-green "Adminer UI:${yellow} http://adminer.$VIRTUAL_HOST${NC}"
echo-green "Adminer UI:${yellow} http://adminer-$VIRTUAL_HOST${NC}"

0 comments on commit 34d0403

Please sign in to comment.