Skip to content

Commit

Permalink
Docker compose: udp port in it's own line
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorsmari committed Apr 23, 2020
1 parent 6454253 commit 6c435f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ services:
depends_on:
- app
ports:
- 80:80
- 80:80/udp
#- 443:443
volumes:
Expand Down

0 comments on commit 6c435f8

Please sign in to comment.