Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ERROR] exited with code 1 #22

Open
3NiCoP3 opened this issue Sep 14, 2019 · 0 comments
Open

[ERROR] exited with code 1 #22

3NiCoP3 opened this issue Sep 14, 2019 · 0 comments

Comments

@3NiCoP3
Copy link

3NiCoP3 commented Sep 14, 2019

Dear all,

I try to learn how use Docker, but i meet an error when i will to use this Docker-LAMP :

exited with code 1

I search in all internet an resolution, but i don't find an answer.

My docker-compose.yml :

version: "3.7"

services:
  lamp:
    build:
      context: .
      dockerfile: ./Dockerfile
    ports:
      - 80:80
      - 3306:3306
    volumes:
      - /apache/logs:/var/log/httpd
      - /mysql/logs:/var/log/mysql
      - /www:/var/www/html
      - /mysql/data:/var/lib/mysql
      - /apache/conf:/etc/apache2

My Dockerfile :

FROM fauria/lamp

My Config :

W10 64Bit, PHPStorm, Cmder.

Can you help me ?

Many tanks.

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

No branches or pull requests

1 participant