Skip to content

Commit

Permalink
Unquoted port mapping not recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
pashutaz authored Oct 31, 2022
1 parent 4ad4b31 commit 06804bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
environment:
docker: "true"
ports:
- 8080:8080
- "8080:8080"
volumes:
- .:/var/www
- logs:/var/www/logs

0 comments on commit 06804bb

Please sign in to comment.