Skip to content

Commit

Permalink
Merge pull request #69 from Rebell81/fix-docker-python-version
Browse files Browse the repository at this point in the history
up python image version
  • Loading branch information
zeroone2numeral2 authored Jan 11, 2024
2 parents 81b97ec + 6a52bf9 commit 4b14c51
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:slim
FROM python:3.11.7-slim
ADD . /app
RUN apt update && apt install -y gcc
RUN cd /app && pip3 install -r requirements.txt
Expand Down
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: "3.2"
services:
qbittelebot:
image: qbittelegrambot
container_name: qbittelegrambot
# volumes:
# - ./config.toml:/app/config.toml
restart: unless-stopped
network_mode: "host"

0 comments on commit 4b14c51

Please sign in to comment.