1 2 3 4 5 6 7 8 9
services: cacher: build: context: . dockerfile: Dockerfile.cacher volumes: - ./cacher_root:/var/www/cache ports: - "7070:7070"