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