잘못된 경로 수정

This commit is contained in:
2025-12-11 13:22:54 +09:00
parent 3ee3161f06
commit 985f6310f3
2 changed files with 4 additions and 3 deletions

View File

@ -1,13 +1,13 @@
services:
gnu-autouploader:
build:
context: ./build/autouploader
dockerfile: Dockerfile
context: .
dockerfile: ./build/autouploader/Dockerfile
image: reg.firstgarden.co.kr/gnu-autouploader:latest
container_name: gnu-autouploader
volumes:
- ./data:/data
- ./autouploader:/app
# - ./autouploader:/app
restart: unless-stopped
fg-webhook: