bun issue??

This commit is contained in:
암냥 2025-12-12 02:20:13 +09:00
commit 8815be8b43
No known key found for this signature in database
2 changed files with 10 additions and 5 deletions

View file

@ -3,4 +3,9 @@ services:
image: ghcr.io/imnyang/imnya.ng:latest
ports:
- "3000:3000"
restart: always
restart: always
deploy:
resources:
limits:
cpus: '1.0'
memory: 512M