Skip to content

Commit

Permalink
fix(docker): correct web config file path (PokemonGoF#2350)
Browse files Browse the repository at this point in the history
  • Loading branch information
geminiyellow authored and MFizz committed Aug 3, 2016
1 parent 3909a2f commit c19d25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
volumes_from:
- bot1-pokego
volumes:
- ./configs/userdata.js:/usr/src/app/web/userdata.js
- ./configs/userdata.js:/usr/src/app/web/config/userdata.js
working_dir: /usr/src/app/web
command: bash -c "echo 'Serving HTTP on 0.0.0.0 port 8000' && python -m SimpleHTTPServer > /dev/null 2>&1"
depends_on:
Expand Down

0 comments on commit c19d25b

Please sign in to comment.