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