Skip to content

Commit

Permalink
fix compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Jan 1, 2024
1 parent 28ec5cb commit 0b485fd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ services:
restart: always
volumes:
- ./sg_data/session:/SearchGram/searchgram/session
command:
- python client.py
command: [ "python", "client.py" ]

bot:
image: bennythink/searchgram
Expand All @@ -18,8 +17,7 @@ services:
restart: always
volumes:
- ./sg_data/session:/SearchGram/searchgram/session
command:
- python bot.py
command: [ "python", "bot.py" ]

meili:
image: getmeili/meilisearch:v1.1.1
Expand Down

0 comments on commit 0b485fd

Please sign in to comment.