Skip to content

Commit

Permalink
Merge pull request #19 from CSCfi/feature/swift-url
Browse files Browse the repository at this point in the history
Set swift URL to 0.0.0.0
  • Loading branch information
csc-felipe authored Jul 21, 2023
2 parents d406093 + c5a7a0b commit e139105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ENV OS_PROJECT_NAME=admin
ENV OS_USER_DOMAIN_NAME=Default
ENV OS_PROJECT_DOMAIN_NAME=Default
ENV OS_AUTH_URL=http://localhost:5000/v3
ENV OS_SWIFT_URL=http://localhost:8080/v1
ENV OS_SWIFT_URL=http://0.0.0.0:8080/v1
ENV OS_IDENTITY_API_VERSION=3

# install system packages
Expand Down

0 comments on commit e139105

Please sign in to comment.