horal
upgrade to ubuntu 24.04 stable version: 0.32.1 print name of stable version, urls have still trunk
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
crawl:
|
||||
image: frozenfoxx/crawl:latest
|
||||
container_name: "crawl_webtiles"
|
||||
restart: always
|
||||
ports:
|
||||
- 80:8080
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.webtiles
|
||||
image: crawl
|
||||
container_name: "dcss"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /data/crawl:/data
|
||||
- ./data:/data
|
||||
networks:
|
||||
- caddy
|
||||
|
||||
networks:
|
||||
caddy:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user