social media crossposting tool. 3rd time's the charm
mastodon misskey crossposting bluesky

fix: wrong docker image tag in docs

zenfyr.dev 4c457fee a8918349

verified
+3 -3
+3 -3
docs/README.md
··· 2 2 3 3 ## Installation 4 4 5 - The recommended approach is to use the official container image from `ghcr.io/zenfyrdev/xpost:latest` 5 + The recommended approach is to use the official container image from `ghcr.io/zenfyrdev/xpost:next` 6 6 7 7 ### Podman Quadlets 8 8 ··· 13 13 Description=XPost 14 14 15 15 [Container] 16 - Image=ghcr.io/zenfyrdev/xpost:latest 16 + Image=ghcr.io/zenfyrdev/xpost:next 17 17 EnvironmentFile=/etc/containers/systemd/xpost/.env 18 18 Volume=/var/containers/xpost/data:/app/data:Z 19 19 ··· 32 32 ``` 33 33 services: 34 34 xpost: 35 - image: ghcr.io/zenfyrdev/xpost:latest 35 + image: ghcr.io/zenfyrdev/xpost:next 36 36 restart: unless-stopped 37 37 env_file: ./.env 38 38 volumes: