Skip to content

Commit 4f46d49

Browse files
committed
update container port
1 parent 1de8415 commit 4f46d49

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.env.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ DEFAULT_VP_POLICIES=expired,signature,revoked-status-list,not-before
99
DEFAULT_VC_POLICIES=expired,signature,revoked-status-list,not-before
1010
ENABLE_LOGS=1
1111
MODE_PROXY=0
12-
MODE_PS=1
12+
MODE_PS=1
13+
PORT=3000

docker-compose/.env.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ DEFAULT_VP_POLICIES=expired,signature,revoked-status-list,not-before
99
DEFAULT_VC_POLICIES=expired,signature,revoked-status-list,not-before
1010
ENABLE_LOGS=1
1111
MODE_PROXY=0
12-
MODE_PS=1
12+
MODE_PS=1
13+
PORT=3000

docker-compose/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ services:
77
env_file:
88
- .env
99
ports:
10-
- "8001:8000"
10+
- "8001:3000"

0 commit comments

Comments
 (0)