mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-15 23:09:14 +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:/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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue