mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2026-09-26 20:41:45 +00:00
docs: use v3 image tag instead of latest in compose
This commit is contained in:
@@ -26,7 +26,7 @@ services:
|
||||
- /data
|
||||
|
||||
app:
|
||||
image: cupcakearmy/cryptgeon:latest
|
||||
image: cupcakearmy/cryptgeon:v3
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- cache
|
||||
@@ -70,7 +70,7 @@ services:
|
||||
- /data
|
||||
|
||||
cryptgeon:
|
||||
image: cupcakearmy/cryptgeon
|
||||
image: cupcakearmy/cryptgeon:v3
|
||||
depends_on:
|
||||
- cache
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user