Skip to content

Commit

Permalink
Mapcache as nonroot
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 26, 2018
1 parent 9351219 commit 0a1e703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ ${service_defaults('tinyows', 80)}\

mapcache:
image: camptocamp/mapcache:1.6
user: www-data
volumes_from:
- config:ro
${service_defaults('mapcache', 80)}\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,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 0a1e703

Please sign in to comment.