Skip to content

Commit

Permalink
Merge pull request #13 from PixNyb/main
Browse files Browse the repository at this point in the history
Align with main
  • Loading branch information
PixNyb authored Aug 13, 2024
2 parents 44d9c13 + 6736d13 commit 175cd58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/compose.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docker Compose example

This directory contains examples of how to deploy the authentication proxy in a Docker Swarm environment.
This directory contains examples of how to deploy the authentication proxy in a Docker compose environment.

## Prerequisites

Expand Down
6 changes: 3 additions & 3 deletions views/layouts/page.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
display: flex;
justify-content: center;
align-items: center;
width: 2rem;
height: 2rem;
width: 3rem;
height: 3rem;
}
a:has(.method-group__item) {
Expand Down Expand Up @@ -104,4 +104,4 @@
});
</script>
</body>
</html>
</html>

0 comments on commit 175cd58

Please sign in to comment.