Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff authored Apr 13, 2018
1 parent c8d785d commit e936848
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker/swarm/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ services:
ports:
- "80"
volumes:
- /data/lola/reference:/srv/shiny-server/LOLAweb/apps/LOLAweb/reference
- /data/lola/universes:/srv/shiny-server/LOLAweb/apps/LOLAweb/universes
- /data/lola/userSets:/srv/shiny-server/LOLAweb/apps/LOLAweb/userSets
- /data/lola/cache:/srv/shiny-server/LOLAweb/apps/LOLAweb/cache
- /data/lola:/data/lola
- /mnt/q/shefflab/LOLAweb:/mnt/q/shefflab/LOLAweb
- /data/lola/shinylog:/var/log/shiny-server
deploy:
mode: replicated
Expand Down

1 comment on commit e936848

@nsheff
Copy link
Member Author

@nsheff nsheff commented on e936848 Apr 13, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops. supposed to go to dev, not master

Please sign in to comment.