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,7 +5,7 @@ services:
context: .
dockerfile: Dockerfile
args:
- BASE_IMAGE=python:3.10
- BASE_IMAGE=python:3.11
ports:
- 9601:9601
volumes: