Enable dynamic port routing

This commit is contained in:
2020-05-02 03:12:12 -04:00
parent fee56c6042
commit ce9afe339c
2 changed files with 4 additions and 6 deletions

View File

@ -33,10 +33,10 @@ Resources:
Image: !Sub "josephbmanley/defend-together:${DockerTag}"
MemoryReservation: 250
PortMappings:
- HostPort: 7777
- HostPort: 0
ContainerPort: 7777
Protocol: udp
- HostPort: 80
- HostPort: 0
ContainerPort: 80
Protocol: tcp
LogConfiguration: