Guest User

Untitled

a guest
Mar 7th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. git diff
  2. diff --git a/docker-compose.yml b/docker-compose.yml
  3. index 22c9a38..4684c81 100644
  4. --- a/docker-compose.yml
  5. +++ b/docker-compose.yml
  6. @@ -30,7 +30,7 @@ web:
  7. - solr
  8.  
  9. taskd:
  10. - image: allura_web
  11. + image: alluragit_web
  12. working_dir: /allura/Allura
  13. environment: *env
  14. command: paster taskd docker-dev.ini
  15. @@ -58,13 +58,13 @@ mongo:
  16. command: mongod --storageEngine wiredTiger
  17.  
  18. outmail:
  19. - image: allura_web
  20. + image: alluragit_web
  21. command: python -u -m smtpd -n -c DebuggingServer 0.0.0.0:8826
  22. expose:
  23. - "8826"
  24.  
  25. inmail:
  26. - image: allura_web
  27. + image: alluragit_web
  28. working_dir: /allura/Allura
  29. environment: *env
  30. command: paster smtp_server docker-dev.ini
Add Comment
Please, Sign In to add comment