Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilarimikkonen authored Dec 17, 2020
1 parent 36b2cea commit af32466
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 af32466

Please sign in to comment.