upgrade to ubuntu 24.04
stable version: 0.32.1
print name of stable version, urls have still trunk
This commit is contained in:
2025-03-20 15:12:57 +01:00
parent b81c9c9ea6
commit 6345dcaf7e
3 changed files with 23 additions and 18 deletions

View File

@@ -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