Added docker-compose.yaml

This commit is contained in:
FrozenFOXX
2020-09-01 20:09:21 -07:00
parent 886d6d081d
commit 04806dbe16

11
docker-compose.yaml Normal file
View File

@@ -0,0 +1,11 @@
version: "3"
services:
crawl:
image: frozenfoxx/crawl:latest
container_name: "crawl_webtiles"
restart: always
ports:
- 80:8080
volumes:
- /data/crawl:/data