Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Commit

Permalink
Remove port binding
Browse files Browse the repository at this point in the history
Otherwise `docker-compose up` throws an error about the port already
being allocated.

Per docker/compose#4950 (comment).
  • Loading branch information
fureigh committed Jan 16, 2019
1 parent deb2103 commit 5530e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -10,7 +10,7 @@ services:
web:
build: .docker
ports:
- 8080:80
- 8080
volumes:
- .:/var/www/:delegated
command: "/var/www/.docker/startup"
Expand Down

0 comments on commit 5530e6a

Please sign in to comment.