exposed port for django docker container is now configurable

This commit is contained in:
Henry Jobst 2022-12-23 00:53:59 +01:00
parent ab24ade2c2
commit 79064a3745
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ Answer the prompts with your own desired [options](http://cookiecutter-django.re
windows [n]: n windows [n]: n
use_pycharm [n]: y use_pycharm [n]: y
use_docker [n]: n use_docker [n]: n
docker_port [8000]: 8000 django_port [8000]: 8000
Select postgresql_version: Select postgresql_version:
1 - 14 1 - 14
2 - 13 2 - 13

View File

@ -52,7 +52,7 @@ use_pycharm:
use_docker: use_docker:
Indicates whether the project should be configured to use Docker_ and `Docker Compose`_. Indicates whether the project should be configured to use Docker_ and `Docker Compose`_.
docker_port: django_port:
External port for the django app when run as docker container External port for the django app when run as docker container
postgresql_version: postgresql_version: