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

fix service file example

zenfyr.dev 1313124e 8032058b

verified
Changed files
+1 -2
+1 -2
README.md
···
example `compose.yaml`. this assumes that data dir is `./data`, and env file is `./.config/docker.env`. add `:Z` to volume mounts for podman.
```yaml
-
version: "3.8"
-
services:
xpost:
image: melontini/xpost:latest
env_file: ./.config/docker.env
volumes:
- ./data:/app/data
···
example `compose.yaml`. this assumes that data dir is `./data`, and env file is `./.config/docker.env`. add `:Z` to volume mounts for podman.
```yaml
services:
xpost:
image: melontini/xpost:latest
+
restart: unless-stopped
env_file: ./.config/docker.env
volumes:
- ./data:/app/data