-
Notifications
You must be signed in to change notification settings - Fork 298
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
Chapter 3 - docker-compose #1
Comments
is you already start with a directory called deployments in your home directory, everything works as expected. Issue is more when the directory is not there. |
yeap I have faced same issue as well, you can deal with by adding 'user: root' to docker-compose.yml file. |
Set |
work for me, tks! |
I am trying docker-compose up -d using the below and the container exits as it is not able to create a directory called deployment.
Error seen in logs: /opt/jboss/wildfly/standalone/deployments is not writable
I am running on an AWS centos instance as user centos
[[email protected] helloweb]$ hostnamectl
Static hostname: ip-10.ec2.internal
Icon name: computer-vm
Chassis: vm
Machine ID:
Boot ID:
Virtualization: xen
Operating System: CentOS Linux 7 (Core)
CPE OS Name: cpe:/o:centos:centos:7
Kernel: Linux 3.10.0-514.6.2.el7.x86_64
Architecture: x86-64
[[email protected] helloweb]$
The text was updated successfully, but these errors were encountered: