Link to home
Start Free TrialLog in
Avatar of chalie001
chalie001

asked on

error creating composer

hi i did this
docker-compose up -d
Creating network "yaml_default" with the default driver
Creating volume "yaml_db_data" with default driver
Pulling db (mysql:5.7)...
5.7: Pulling from library/mysql
f7ec5a41d630: Pull complete
9444bb562699: Pull complete
6a4207b96940: Pull complete
181cefd361ce: Pull complete
8a2090759d8a: Pull complete
15f235e0d7ee: Pull complete
d870539cd9db: Pull complete
7310c448ab4f: Pull complete
4a72aac2e800: Pull complete
b1ab932f17c4: Pull complete
1a985de740ee: Pull complete
Pulling wordpress (wordpress:latest)...
latest: Pulling from library/wordpress
f7ec5a41d630: Already exists
941223b59841: Pull complete
a5f2415e5a0c: Pull complete
b9844b87f0e3: Pull complete
5a07de50525b: Pull complete
caeca1337a66: Pull complete
5dbe0d7f8481: Pull complete
a12730739063: Pull complete
fe0592ad29bf: Pull complete
c3e315c20689: Pull complete
8c5f7fdfcedf: Pull complete
8b40a9fa66d5: Pull complete
81830aebb3f8: Pull complete
7b04d4658443: Pull complete
0e596b6c428e: Pull complete
ec84879c7faf: Pull complete
5f211a0d2061: Pull complete
47c48169dcd4: Pull complete
f0eda0201d24: Pull complete
2b95280aec51: Pull complete
80044ab9ce10: Pull complete
Creating yaml_db_1 ... done
Creating yaml_wordpress_1 ... error

ERROR: for yaml_wordpress_1  Cannot start service wordpress: driver failed programming external connectivity on endpoint yaml_wordpress_1 (2c9326fef71d42b89fab1cc2115e55e403775424a91a5f070ccde1a4795f8afb): Error starting userland proxy: listen tcp 0.0.0.0:8080: bind: address already in use

ERROR: for wordpress  Cannot start service wordpress: driver failed programming external connectivity on endpoint yaml_wordpress_1 (2c9326fef71d42b89fab1cc2115e55e403775424a91a5f070ccde1a4795f8afb): Error starting userland proxy: listen tcp 0.0.0.0:8080: bind: address already in use
ERROR: Encountered errors while bringing up the project.


ASKER CERTIFIED SOLUTION
Avatar of Yujin Boby
Yujin Boby
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial