Skip to content

Commit

Permalink
docker-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CSPF-Founder authored Jun 20, 2024
1 parent 8f6b34d commit 004fbac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions default-tomcat.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<tomcat-users>
<!-- Define a user with manager-gui role -->
<role rolename="manager-gui"/>
<user username="tomcat" password="s3cret" roles="manager-gui"/>
</tomcat-users>

0 comments on commit 004fbac

Please sign in to comment.