From fd806ed61b86c9931303f5017dfe529e7f04bbcb Mon Sep 17 00:00:00 2001 From: 409 <409dev@protonmail.com> Date: Mon, 18 Aug 2025 15:47:33 +0200 Subject: [PATCH] fix `compose.yaml` image link --- Cargo.toml | 2 +- compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 53ccc06..03f0f3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "archive" -version = "0.1.0" +version = "0.1.1" edition = "2024" authors = ["409"] default-run = "archive-server" diff --git a/compose.yaml b/compose.yaml index 0f86a0b..6e0cae9 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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'