Skip to content

Commit

Permalink
Fixed docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yasamprom committed Dec 24, 2021
1 parent a9123d4 commit 501db1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ version: '3'

services:
fact_bot:
image: stepastrunkov/fact_bot:main

image: stepastrunkov/fact_bot
environment:
TOKEN: ${TOKEN}
watchtower:
image: containrrr/watchtower
volumes:
Expand Down

0 comments on commit 501db1d

Please sign in to comment.