Skip to content

Commit

Permalink
Merge pull request #295 from pashutaz/patch-1
Browse files Browse the repository at this point in the history
Unquoted port mapping not recommended
  • Loading branch information
akrabat authored Nov 2, 2022
2 parents 4ad4b31 + 06804bb commit a80f5fc
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 a80f5fc

Please sign in to comment.