Skip to content

Commit

Permalink
Docker: Allow to run dev and prod container simultaneously
Browse files Browse the repository at this point in the history
Mapping the dev container to local TCP port 334112 since the default
port is 334111 to avoid problems when running a prod and dev instance
simultaneously.
  • Loading branch information
Gregory Igelmund committed Mar 23, 2017
1 parent 5ec6e42 commit add5a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ services:
- .:/Mailpile
- .dev-mailpile-data:/mailpile-data:rw
ports:
- 33411:33411
- 33412:33411

0 comments on commit add5a1d

Please sign in to comment.