Skip to content

Commit

Permalink
Merge pull request #1160 from 5t111111/fix-indentation-in-docker-comp…
Browse files Browse the repository at this point in the history
…ose-example

Fix indentation in docker-compose-example.yml
  • Loading branch information
arikfr authored Jun 28, 2016
2 parents bcd3670 + 0456caf commit ce81d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ redis:
postgres:
image: postgres:9.3
volumes:
- /opt/postgres-data:/var/lib/postgresql/data
- /opt/postgres-data:/var/lib/postgresql/data
redash-nginx:
image: redash/nginx:latest
ports:
Expand Down

0 comments on commit ce81d69

Please sign in to comment.