mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 09:24:52 +03:00
exposed port for django docker container is now configurable
This commit is contained in:
parent
ab24ade2c2
commit
79064a3745
|
@ -120,7 +120,7 @@ Answer the prompts with your own desired [options](http://cookiecutter-django.re
|
|||
windows [n]: n
|
||||
use_pycharm [n]: y
|
||||
use_docker [n]: n
|
||||
docker_port [8000]: 8000
|
||||
django_port [8000]: 8000
|
||||
Select postgresql_version:
|
||||
1 - 14
|
||||
2 - 13
|
||||
|
|
|
@ -52,7 +52,7 @@ use_pycharm:
|
|||
use_docker:
|
||||
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
|
||||
|
||||
postgresql_version:
|
||||
|
|
Loading…
Reference in New Issue
Block a user