Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion checker3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-buster
FROM python:3.13-slim-bookworm
RUN apt-get update && apt-get upgrade -y

# add checker user
Expand Down
4 changes: 2 additions & 2 deletions checker3/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
version: '2.1'

services:
n0t3b00k-checker:
build: .
restart: unless-stopped
# The checker runs a HTTP interfaces, so we need to map port 3031 to the outside (port 8000).
ports:
- 12323:8000
Expand All @@ -24,6 +23,7 @@ services:
# The python checkerlib requires a mongo db!
n0t3b00k-mongo:
image: mongo
restart: unless-stopped
#ports:
# - 27017:27017
volumes:
Expand Down