Update docker-compose.yaml

This commit is contained in:
Saifeddine ALOUI 2024-05-13 18:48:15 +02:00 committed by GitHub
parent 4155243cbc
commit 76456e7962
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,9 +5,9 @@ services:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
args: args:
- BASE_IMAGE=python:3.10 - BASE_IMAGE=python:3.11
ports: ports:
- 9601:9601 - 9601:9601
volumes: volumes:
- ./data:/app/data - ./data:/app/data