fix(adventurelog): use v0.11.0 image tags (v0.12.0 doesn't exist)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
services:
|
||||
adventurelog:
|
||||
image: ghcr.io/seanmorley15/adventurelog-backend:v0.12.0
|
||||
image: ghcr.io/seanmorley15/adventurelog-backend:v0.11.0
|
||||
container_name: adventurelog
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
@@ -64,7 +64,7 @@ services:
|
||||
start_period: 20s
|
||||
|
||||
adventurelog-frontend:
|
||||
image: ghcr.io/seanmorley15/adventurelog-frontend:v0.12.0
|
||||
image: ghcr.io/seanmorley15/adventurelog-frontend:v0.11.0
|
||||
container_name: adventurelog-frontend
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user