Skip to content

Commit 5d4763e

Browse files
authored
Update docker-compose.yml
1 parent bbf21ef commit 5d4763e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
services:
22
python_scraper:
33
build: src/
4+
restart: always
45
platform: linux/amd64
56
command: sh -c "sleep 20s ; python -m src.core"
67
depends_on:

0 commit comments

Comments
 (0)