Bump version

This commit is contained in:
asonix 2022-12-19 16:31:51 -06:00
parent 163e480076
commit 62a886d0bf
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -298,7 +298,7 @@ checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
[[package]]
name = "ap-relay"
version = "0.3.72"
version = "0.3.73"
dependencies = [
"activitystreams",
"activitystreams-ext",

View file

@ -1,7 +1,7 @@
[package]
name = "ap-relay"
description = "A simple activitypub relay"
version = "0.3.72"
version = "0.3.73"
authors = ["asonix <asonix@asonix.dog>"]
license = "AGPL-3.0"
readme = "README.md"

View file

@ -10,7 +10,7 @@ $ sudo docker run --rm -it \
-e ADDR=0.0.0.0 \
-e SLED_PATH=/mnt/sled/db-0.34 \
-p 8080:8080 \
asonix/relay:0.3.72
asonix/relay:0.3.73
```
This will launch the relay with the database stored in "./sled/db-0.34" and listening on port 8080
#### Cargo

View file

@ -2,7 +2,7 @@ version: '3.3'
services:
relay:
image: asonix/relay:v0.3.72
image: asonix/relay:v0.3.73
ports:
- "8079:8079"
restart: always