Update docker-compose.yml

This commit is contained in:
Michael Youngling 2024-06-13 16:25:09 -04:00 committed by GitHub
commit 0c19389dc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: