From 485ae59d4f914027c3923d1db418aeccdead75c4 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 31 May 2023 14:45:28 +0900 Subject: [PATCH] =?UTF-8?q?app=E3=82=B3=E3=83=B3=E3=83=86=E3=83=8A?= =?UTF-8?q?=E3=81=AErestart:always=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 29784f3..b989a7d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,7 +7,6 @@ services: volumes: - /dev/shm:/dev/shm python3: - restart: always build: ./python3 container_name: 'rpoint-getter' working_dir: '/var/app' @@ -16,7 +15,7 @@ services: - RAKUTENID=${RAKUTENID} - RAKUTENPW=${RAKUTENPW} - RCH_WATCH_TIME=${RCH_WATCH_TIME} - - RCH_WATCH_NUM=${RCH_WATCH_TIME} + - RCH_WATCH_NUM=${RCH_WATCH_NUM} volumes: - ./app:/var/app depends_on: