mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
fix: 📝 Update docker-compose file
This commit is contained in:
parent
99f14ba114
commit
641e712272
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
lysand:
|
||||
build: ghcr.io/lysand-org/lysand:latest
|
||||
image: ghcr.io/lysand-org/lysand:latest
|
||||
volumes:
|
||||
- ./logs:/app/dist/logs
|
||||
- ./config:/app/dist/config
|
||||
|
|
@ -8,6 +8,7 @@ services:
|
|||
- ./glitch:/app/dist/glitch
|
||||
restart: unless-stopped
|
||||
container_name: lysand
|
||||
command: "cli start --all-threads"
|
||||
networks:
|
||||
- lysand-net
|
||||
depends-on:
|
||||
|
|
|
|||
Loading…
Reference in a new issue