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

Apache2 container cannot sync by :cached CONTAINER_FLAG #2168

Closed
tomothumb opened this issue Jun 7, 2019 · 1 comment
Closed

Apache2 container cannot sync by :cached CONTAINER_FLAG #2168

tomothumb opened this issue Jun 7, 2019 · 1 comment

Comments

@tomothumb
Copy link

Info:

  • Docker version 18.09.2, build 6247962

  • Laradock commit ($ git rev-parse HEAD):
    9e537ee

  • Mac OS 10.13.6(17G7024)

  • System info disto/version:

Issue:

.env
APP_CODE_CONTAINER_FLAG=:cached

On nginx container can sync my working dir. That's OK.

On apache2 container cannot sync my working dir.
Once I up apache2 container cannot keep syncing.
That's problem.

Expected behavior:

I want to keep syncing regardless of nginx and apache.

@tomothumb
Copy link
Author

tomothumb commented Aug 29, 2019

Self solved.
It worked after changing .env file like bellow.

From

APP_CODE_CONTAINER_FLAG=:cached

To blank. like this.

APP_CODE_CONTAINER_FLAG=

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