Add SSL support in Docker setup and expose port 443
This commit is contained in:
parent
e630845805
commit
2bf598816e
2 changed files with 7 additions and 2 deletions
|
@ -4,6 +4,7 @@ services:
|
|||
ports:
|
||||
- 5000:5000
|
||||
- 80:80
|
||||
- 443:443
|
||||
volumes:
|
||||
- .:/code
|
||||
networks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue