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'