mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-12 14:58:42 +00:00
Update docker-compose.yml
This commit is contained in:
parent
8880cd63ff
commit
0c19389dc8
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ volumes:
|
|||
redis:
|
||||
services:
|
||||
gameserver:
|
||||
image: lighthouse:latest
|
||||
image: ghcr.io/lbpunion/projectlighthouse:main
|
||||
container_name: gameserver
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
|
@ -26,7 +26,7 @@ services:
|
|||
- "./data:/lighthouse/data:z"
|
||||
- "./data/.aspnet:/lighthouse/.aspnet:z"
|
||||
website:
|
||||
image: lighthouse:latest
|
||||
image: ghcr.io/lbpunion/projectlighthouse:main
|
||||
container_name: website
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue