Skip to content

Commit

Permalink
docker compose uses docker hub image by default
Browse files Browse the repository at this point in the history
  • Loading branch information
strider2038 committed Jul 17, 2019
1 parent d0daad6 commit 170c888
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ volumes:
services:
swagger_mock:
container_name: swagger_mock
build: .
image: swaggermock/swagger-mock
environment:
APP_ENV: prod
SWAGGER_MOCK_SPECIFICATION_URL: 'https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/examples/v3.0/petstore.yaml'
SWAGGER_MOCK_CACHE_STRATEGY: 'url_md5'
ports:
Expand Down

0 comments on commit 170c888

Please sign in to comment.