Skip to content

Commit

Permalink
Specify Docker port mappings explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
tnottu committed Mar 17, 2022
1 parent 54e8dd9 commit 790d009
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ services:
hostname: ${SITE:-wordpress}
image: seravo/wordpress:development
ports:
- 80
- 443
- 22
- '80:80'
- '443:443'
- '22:22'
- 3306
- 1337
- 1338
Expand Down

0 comments on commit 790d009

Please sign in to comment.