fix compose.yaml image link

This commit is contained in:
2025-08-18 15:47:33 +02:00
parent c527bb0072
commit fd806ed61b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "archive"
version = "0.1.0"
version = "0.1.1"
edition = "2024"
authors = ["409"]
default-run = "archive-server"

View File

@@ -1,7 +1,7 @@
services:
archive-server:
container_name: 'archive-server'
image: 'git.409dev.buzz/409/archive:latest'
image: 'git.409dev.online/409/archive:latest'
build: '.'
ports:
- '6171:6171/tcp'