Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Docker Compose File has Incorrect Port Format #228

Closed
garystafford opened this issue Jul 1, 2017 · 2 comments
Closed

Docker Compose File has Incorrect Port Format #228

garystafford opened this issue Jul 1, 2017 · 2 comments

Comments

@garystafford
Copy link

The docker-compose.yml has two errors in the way ports are exposed, causing an error while spinning up ADOP using the latest version of Docker. For example, ERROR: Invalid published port: 50000/tcp.

Line 32: - "389/tcp:389/tcp" should be - "389:389/tcp"
Line 209: - "50000/tcp:50000/tcp" should be - "50000:50000/tcp"

@svscorp
Copy link
Contributor

svscorp commented Sep 12, 2017

Was implemented and tested in #241 @nickdgriffin

@RobertNorthard
Copy link
Contributor

Closing as merged in #241

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants