mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-13 15:29:03 +00:00
Update docker-compose.yml
Changed the api image source based on suggestions from Slendy
This commit is contained in:
parent
565bcd4103
commit
8880cd63ff
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue