{"id":21435070,"url":"https://github.com/carletes/docker-mapserver","last_synced_at":"2026-04-16T00:32:04.487Z","repository":{"id":66810893,"uuid":"90386547","full_name":"carletes/docker-mapserver","owner":"carletes","description":"A Docker image for a FastCGI MapServer instance","archived":false,"fork":false,"pushed_at":"2017-05-06T15:58:50.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T02:34:55.924Z","etag":null,"topics":["docker","fastcgi","mapserver"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/carletes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-05-05T14:49:41.000Z","updated_at":"2023-12-06T14:24:07.000Z","dependencies_parsed_at":"2023-02-27T19:45:26.689Z","dependency_job_id":null,"html_url":"https://github.com/carletes/docker-mapserver","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/carletes/docker-mapserver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carletes%2Fdocker-mapserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carletes%2Fdocker-mapserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carletes%2Fdocker-mapserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carletes%2Fdocker-mapserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carletes","download_url":"https://codeload.github.com/carletes/docker-mapserver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carletes%2Fdocker-mapserver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31866293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","fastcgi","mapserver"],"created_at":"2024-11-22T23:42:34.055Z","updated_at":"2026-04-16T00:32:04.462Z","avatar_url":"https://github.com/carletes.png","language":"Shell","readme":"# A FastCGI MapServer instance\n\n[![](https://images.microbadger.com/badges/version/carletes/mapserver.svg)](https://microbadger.com/images/carletes/mapserver \"Get your own image badge on microbadger.com\")\n[![](https://images.microbadger.com/badges/image/carletes/mapserver.svg)](https://microbadger.com/images/carletes/mapserver \"Get your own image badge on microbadger.com\")\n[![](https://images.microbadger.com/badges/commit/carletes/mapserver.svg)](https://microbadger.com/images/carletes/mapserver \"Get your own commit badge on microbadger.com\")\n\nThis image implements a [MapServer](http://mapserver.org/) instance accepting [FastCGI](https://en.wikipedia.org/wiki/FastCGI) connections.\n\nIt listens by default on port 9001, and expects MapServer map files and related data to be available in a volume mounted on `/data`.\n\n\n## Usage\n\nThe following will start a MapServer instance listening on port 9001 for FastCGI connections, and serving MapServer data from the directory `/some/mapserver/data`:\n\n    $ docker run \\\n\t    --volume=/some/mapserver/data:/data:ro \\\n\t\tcarletes/mapserver\n\nIf you want to listen on a different port, use the `FCGI_LISTEN_PORT` environment variable:\n\n    $ docker run \\\n\t    --volume=/some/mapserver/data:/data:ro \\\n\t\t--env=FCGI_LISTEN_PORT=9022 \\\n\t\tcarletes/mapserver\n\nYou will need a web server to expose MapServer to your clients via HTTP. The GitHub repository [carletes/docker-mapserver-example](https://github.com/carletes/docker-mapserver-example) shows a way of doing it.\n\n\n## Configurable parameters\n\nThe following environment variables can set in order to tweak the behaviour of MapServer:\n\n| Variable              | Description                                 | Default value |\n|-----------------------|---------------------------------------------|---------------|\n| `FCGI_LISTEN_ADDRESS` | Listening address for FastCGI requests      | 0.0.0.0       |\n| `FCGI_LISTEN_PORT`    | Listening port for FastCGI requests         | 9001          |\n| `FCGI_NPROC`          | Nimber of FastCGI child processes to spawn  | 1             |\n| `FCGI_BACKLOG`        | TCP connection backlog for FastCGI requests | 1024          |\n| `FCGI_UID`            | Unix UID of FastCGI process                 | `mapserver`   |\n| `FCGI_GID`            | Unix GID of FastCGI process                 | `mapserver`   |\n\nAll [MapServer environment variables](http://mapserver.org/environment_variables.html) may be specified as well. This images runs with the following non-default MapServer environment variables:\n\n| MapServer variable | Value used in this image         |\n|--------------------|----------------------------------|\n| `MS_ERRORFILE`     | `stderr`                         |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarletes%2Fdocker-mapserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarletes%2Fdocker-mapserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarletes%2Fdocker-mapserver/lists"}