Skip to content

Commit

Permalink
Set swift URL to 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
csc-felipe committed Jul 20, 2023
1 parent 91496e9 commit c5a7a0b
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 c5a7a0b

Please sign in to comment.