Skip to content

Commit

Permalink
Unquote port integers as this is now a parse error in Docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed Apr 26, 2021
1 parent 1f1861d commit 0e1a5f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ services:
environment:
- ECHO_MESSAGE=Hello World from docker-compose!
ports:
- target: "8080"
published: "8080"
- target: 8080
published: 8080
protocol: tcp
mode: host
secrets:
Expand Down

0 comments on commit 0e1a5f1

Please sign in to comment.