We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 :
My Dockerfile :
FROM fauria/lamp
My Config :
W10 64Bit, PHPStorm, Cmder.
Can you help me ?
Many tanks.
The text was updated successfully, but these errors were encountered: