Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
fix(compose): update sample docker-compose to latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateus Pontes committed Oct 2, 2019
1 parent a8dc7bb commit f623977
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose-sample.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '2'
version: "2"

services:
mongo:
Expand All @@ -17,7 +17,7 @@ services:
image: docker:stable-dind
privileged: true
fastlane-api:
image: heynemann/fastlane:2.2.4
image: heynemann/fastlane:latest
ports:
- "10000:10000"
environment:
Expand All @@ -28,7 +28,7 @@ services:
- docker-host
command: poetry run fastlane api -vvv
fastlane-worker:
image: heynemann/fastlane:2.2.4
image: heynemann/fastlane:latest
environment:
- DOCKER_HOSTS=[{"match":"","hosts":["docker-host:2375"],"maxRunning":2}]
depends_on:
Expand Down

0 comments on commit f623977

Please sign in to comment.