mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
fix(arcane): Update Docker image repository location (#53)
Updated Arcane's GHCR repository location as it has moved from ofkm/arcane to getarcaneapp/arcane.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
arcane:
|
||||
image: ghcr.io/ofkm/arcane:latest
|
||||
image: ghcr.io/getarcaneapp/arcane:latest
|
||||
container_name: arcane
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
@@ -24,4 +24,4 @@ services:
|
||||
- ${DOCKER_DATA_DIR}/arcane:/app/data
|
||||
profiles:
|
||||
- arcane
|
||||
- all
|
||||
- all
|
||||
|
||||
Reference in New Issue
Block a user