Skip to content

Commit cebbcf2

Browse files
authored
Change AS port for consistency
1 parent 4a650e8 commit cebbcf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OracleWebLogic/samples/1213-domain/container-scripts/commonfuncs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
admin_username = os.environ.get('ADMIN_USERNAME', 'weblogic')
1010
admin_password = os.environ.get('ADMIN_PASSWORD') # this is read only once when creating domain (during docker image build)
1111
admin_host = os.environ.get('ADMIN_HOST', 'wlsadmin')
12-
admin_port = os.environ.get('ADMIN_PORT', '8001')
12+
admin_port = os.environ.get('ADMIN_PORT', '7001')
1313
# Node Manager Vars
1414
nmname = os.environ.get('NM_NAME', 'Machine-' + hostname)
1515

0 commit comments

Comments
 (0)