No description
- PHP 68.9%
- Dockerfile 18.8%
- Shell 12.3%
| config | ||
| scripts | ||
| .gitlab-ci.yml | ||
| Dockerfile | ||
| README.md | ||
tilecache
Installation
docker-compose snippet
tilecache:
container_name: tilecache
image: docker.tgradl.de/docker/tilecache
volumes:
- /srv/tilecache/www:/var/www/html/tilecache
- /srv/tilecache/log:/var/log/tilecache/
expose:
- 80
restart: always