docker-compose.yaml 파일 업데이트

This commit is contained in:
static
2025-01-07 01:58:37 +09:00
parent 661e7a33de
commit e8247fd670

View File

@@ -2,6 +2,7 @@ services:
server:
build: .
restart: unless-stopped
user: ${CONTAINER_UID:-0}:${CONTAINER_GID:-0}
volumes:
- ./data:/app/data
environment: