Skip to content

Commit 841ffe7

Browse files
committed
WD-696 mr fix
1 parent 58bc3d6 commit 841ffe7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
APP_HOST=127.0.0.1
1+
APP_HOST=localhost
22
APP_PORT=8080
3-
S3_ENDPOINT=http://127.0.0.1:9000
3+
S3_ENDPOINT=http://localhost:9000
44
S3_REGION=us-east-1
55
S3_BUCKET=test-bucket
66
RUSTFS_ACCESS_KEY=my_access_key

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
max-size: "20m"
1010
max-file: "5"
1111
ports:
12-
- ${APP_HOST}:9000:9000
12+
- 9000:9000
1313
environment:
1414
RUSTFS_ACCESS_KEY: ${RUSTFS_ACCESS_KEY}
1515
RUSTFS_SECRET_KEY: ${RUSTFS_SECRET_KEY}

0 commit comments

Comments
 (0)