Update docker-compose.yml

Changed the api image source based on suggestions from Slendy
This commit is contained in:
Michael Youngling 2024-06-13 10:48:42 -04:00 committed by GitHub
commit 8880cd63ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ services:
- "./data:/lighthouse/data:z"
- "./data/.aspnet:/lighthouse/.aspnet:z"
api:
image: lighthouse:latest
image: ghcr.io/lbpunion/projectlighthouse:main
container_name: api
restart: unless-stopped
ports:
@ -86,4 +86,4 @@ services:
container_name: redis
restart: unless-stopped
volumes:
- "redis:/var/lib/redis"
- "redis:/var/lib/redis"