Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
puckel committed Oct 16, 2015
1 parent 63b8754 commit ca7c38e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ webserver:
command: webserver

flower:
container_name: flower
container_name: flower
image: puckel/docker-airflow
restart: always
environment:
Expand All @@ -50,7 +50,7 @@ flower:
command: flower

worker:
container_name: worker
container_name: worker
image: puckel/docker-airflow
restart: always
environment:
Expand All @@ -63,7 +63,7 @@ worker:
command: worker

scheduler:
container_name: scheduler
container_name: scheduler
image: puckel/docker-airflow
restart: always
environment:
Expand Down

0 comments on commit ca7c38e

Please sign in to comment.