mirror of
https://github.com/TronoSfera/backupy-agent.git
synced 2026-05-18 10:03:30 +03:00
docs: GHCR tags semver-formatted (0.1.0, not v0.1.0)
docker/metadata-action's semver template strips the v-prefix per Docker image convention (matches postgres:16, redis:7, etc.). Update README + compose snippet so users pull what we actually push.
This commit is contained in:
parent
55571c7c4c
commit
f2a203d6cc
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ Open-source backup agent for the [Backupy](https://backupy.tronosfera.ru) backup
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
backupy-agent:
|
backupy-agent:
|
||||||
image: ghcr.io/tronosfera/backupy-agent:v0.1.0
|
image: ghcr.io/tronosfera/backupy-agent:0.1.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
BACKUPY_SERVER_URL: wss://backupy.tronosfera.ru/agents/connect
|
BACKUPY_SERVER_URL: wss://backupy.tronosfera.ru/agents/connect
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
backupy-agent:
|
backupy-agent:
|
||||||
image: ghcr.io/tronosfera/backupy-agent:v0.1.0
|
image: ghcr.io/tronosfera/backupy-agent:0.1.0
|
||||||
container_name: backupy-agent
|
container_name: backupy-agent
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue