Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

Commit

Permalink
Fix port 443 forwarding for traefik
Browse files Browse the repository at this point in the history
  • Loading branch information
yamalight committed Jul 6, 2017
1 parent 2db4d2a commit 7b3b386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ exports.initDocker = async () => {
Binds: ['/var/run/docker.sock:/var/run/docker.sock', `${acmePath}:/var/acme`],
PortBindings: {
'80/tcp': [{HostPort: '80'}],
'443/tcp': [{HostPost: '443'}],
'443/tcp': [{HostPort: '443'}],
},
},
});
Expand Down

0 comments on commit 7b3b386

Please sign in to comment.