Questions tagged as 'docker-compose'

0
answers

Use composer image in a docker-compose.yaml

I want to make an image to install a project in laravel. All this just for the measure of learning. My point is, I want to run the composer install command in the bash of the container. This is my Dockerfile FROM php:5.6 WORKDIR /...
asked by 28.08.2018 / 04:26
0
answers

How can I make my entrypoint.sh not add any errors once I have generated the logs command in dockers?

**    I'm having problems directly with the entrypoint, it does not let me access the link . Once it looks for the entrypoint, this error occurs:   users_1 | sh: /usr/src/app/entrypoint.sh: not found   I'm working on Windows. When I run...
asked by 16.08.2018 / 01:19
2
answers

I can not share adequately the volume that I generate in docker-compose

I have created a docker-compose file to be able to create the two containers that I need right now a custom mysql container and a wordpress container. I try to create volume and share folders so as not to lose the data and to be able to modify t...
asked by 10.08.2018 / 12:46
0
answers

php: Apache2, It lists the files of my projects - Docker

I have several projects, each with its virtual Host, but when I enter with the IP, the project folders are listed. I can not block the indexing of files when the IP is entered in the browser.     ServerName mydomain.com     DocumentRoot "/ va...
asked by 29.07.2018 / 00:24
1
answer

Error with nginx Plugin for Docker Compose

I have a problem when lifting the service kobo-docker_nginx_1 in a virtual machine with Ubuntu 16.04. The following error appears when trying to execute the docker-compose up command: for kobo-docker_nginx_1 Cannot start servi...
asked by 05.07.2018 / 16:22
1
answer

Docker-compose no such file or directory

I'm trying to mount a generic project based on this docker image and everything works correctly when creating the containers and launch them, the database is accessible from PHPMyAdmin and PHP is launched correctly. The problem comes wh...
asked by 08.12.2017 / 11:56
2
answers

Docker compose with ubuntu does not work

I'm doing a docker-compose.yml with the following content, but the result is an exited code 1. web: image: ubuntu Trying another image works, but less with ubuntu or debian     
asked by 28.12.2017 / 19:43
0
answers

Failed to raise the server with Composer and django

I'm following the tutorial to raise django in a docker container on this page, django-docker , I can configure the system as it indicates but at the moment of lifting the server with docker-compose up it throws me the following result:...
asked by 22.11.2017 / 03:54
0
answers

What to do with a Docker stack?

I have a question: once you have created the images and linked containers in a development environment, what can you do with it? That is, if I want to save my environment to download it to another computer, how can I do it? I explain mysel...
asked by 20.03.2017 / 17:28