Added docker-compose.yaml
This commit is contained in:
11
docker-compose.yaml
Normal file
11
docker-compose.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user