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

docker-compose pollutes the working directory #62

Open
gfiedler opened this issue Jan 2, 2019 · 0 comments
Open

docker-compose pollutes the working directory #62

gfiedler opened this issue Jan 2, 2019 · 0 comments

Comments

@gfiedler
Copy link

gfiedler commented Jan 2, 2019

When docker-compose is used with the example docker-compose.yml to start a local test server, then a folder resources with root permission is created within the source directory:

$ docker-compose up -d
$ ls -ln src
drwxr-xr-x 2 1000 1000  4096 Apr  2  2018 archetypes
-rw-rw-r-- 1 1000 1000  1085 Jan  2 14:21 config.toml
drwxr-xr-x 2 1000 1000  4096 Jan  2 14:13 content
drwxr-xr-x 2 1000 1000  4096 Apr  2  2018 data
-rw-rw-r-- 1 1000 1000   348 Jan  2 14:23 docker-compose.yml
drwxr-xr-x 2 1000 1000  4096 Apr  2  2018 layouts
-rw-r--r-- 1 1000 1000 20132 Apr  2  2018 LICENSE
-rw-r--r-- 1 1000 1000   378 Apr  2  2018 README.md
drwxr-xr-x 3    0    0  4096 Jan  2 14:24 resources
drwxr-xr-x 5 1000 1000  4096 Dez 26 11:16 static
drwxr-xr-x 4 1000 1000  4096 Jan  2 12:56 themes

I expect the source directory not to be modified by the test server.

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