Skip to content

Commit

Permalink
Merge pull request #19 from Profirator/develop
Browse files Browse the repository at this point in the history
Update docker-compose.yml
  • Loading branch information
ilarimikkonen authored Dec 17, 2020
2 parents 90c6abf + af32466 commit 14cb01a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
apinf:
image: apinf/platform:0.60.0
image: profirator/platform:0.60.1
restart: always
env_file:
- 'docker/env.apinf'
Expand All @@ -13,7 +13,7 @@ services:
links:
- elasticsearch:elasticsearch.docker
apiumbrella:
image: apinf/api-umbrella:0.15.0-apinf2
image: profirator/api-umbrella:0.15.3
restart: always
volumes:
- ./docker/api-umbrella/config:/etc/api-umbrella
Expand Down

0 comments on commit 14cb01a

Please sign in to comment.