1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-02 03:55:22 +02:00

revert: revert typo in docker tag.

This commit is contained in:
Tarek Al-Qarqaz 2024-03-30 20:18:13 +00:00
parent 2b09495e87
commit 2f9b711973
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ PostgreSQL might be considered if you need to support many concurrent users. In
```yaml
services:
mealie:
image: ghcr.io/mealie-recipes/mealie:1.3.2 # (3)
image: ghcr.io/mealie-recipes/mealie:v1.3.2 # (3)
container_name: mealie
restart: always
ports:

View file

@ -12,7 +12,7 @@ SQLite is a popular, open source, self-contained, zero-configuration database th
---
services:
mealie:
image: ghcr.io/mealie-recipes/mealie:1.3.2 # (3)
image: ghcr.io/mealie-recipes/mealie:v1.3.2 # (3)
container_name: mealie
restart: always
ports: