Skip to content

Commit

Permalink
Merge pull request #3864 from camptocamp/nonroot-mapcache
Browse files Browse the repository at this point in the history
Mapcache as nonroot
  • Loading branch information
sbrunner committed Jun 27, 2018
2 parents 9d9d339 + 918b2b7 commit 98d05b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ ${service_defaults('tinyows', 80)}\

mapcache:
image: camptocamp/mapcache:1.6
user: www-data
volumes_from:
- config:ro
${service_defaults('mapcache', 80)}\
${service_defaults('mapcache', 8080)}\

memcached:
image: memcached:1.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ runtime_environment:
- name: PRINT_URL
default: http://print:8080/print/
- name: MAPCACHE_URL
default: http://mapcache/
default: http://mapcache:8080/
- name: DEVSERVER_URL
default: http://webpack-dev-server:8080/
- name: REDIS_HOST
Expand Down

0 comments on commit 98d05b5

Please sign in to comment.