Skip to content

Commit 004fbac

Browse files
authored
docker-fix
1 parent 8f6b34d commit 004fbac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

default-tomcat.xml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<tomcat-users>
2+
<!-- Define a user with manager-gui role -->
3+
<role rolename="manager-gui"/>
4+
<user username="tomcat" password="s3cret" roles="manager-gui"/>
5+
</tomcat-users>
6+

0 commit comments

Comments
 (0)