fix: 📝 Update docker-compose file

This commit is contained in:
Jesse Wierzbinski 2024-06-13 23:11:01 -10:00
parent 99f14ba114
commit 641e712272
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
services: services:
lysand: lysand:
build: ghcr.io/lysand-org/lysand:latest image: ghcr.io/lysand-org/lysand:latest
volumes: volumes:
- ./logs:/app/dist/logs - ./logs:/app/dist/logs
- ./config:/app/dist/config - ./config:/app/dist/config
@ -8,6 +8,7 @@ services:
- ./glitch:/app/dist/glitch - ./glitch:/app/dist/glitch
restart: unless-stopped restart: unless-stopped
container_name: lysand container_name: lysand
command: "cli start --all-threads"
networks: networks:
- lysand-net - lysand-net
depends-on: depends-on: