Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Problems with updates and theme installations on version 6.0.2 #742

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

Closed
fedegibut opened this issue Sep 5, 2022 · 1 comment
Closed

Problems with updates and theme installations on version 6.0.2 #742

fedegibut opened this issue Sep 5, 2022 · 1 comment
Labels
question Usability question, not directly related to an error with the image

Comments

@fedegibut
Copy link

I opened this thread to talk to the author of the Wordpress image.

I use this docker compose setup:

  wordpress:
    image: wordpress:latest
    ports:
      - 8000:80
    restart: always
    environment:
      - WORDPRESS_DB_HOST=...
      - WORDPRESS_DB_USER=...
      - WORDPRESS_DB_PASSWORD=...
      - WORDPRESS_DB_NAME=...
    volumes:
      - ./wordpress:/var/www/html/

I have two problems:

  1. Docker files are not accessible after starting the project in Compose;
  2. Wordpress asks me for the FTP parameters that I don't have when I'm locally. It is necessary to resort to the Linux OS hosting Docker and physically edit a Wordpress php file to solve.

How do you solve these 2 problems?

@wglambert wglambert added the question Usability question, not directly related to an error with the image label Sep 6, 2022
@wglambert
Copy link

Ensure you have the proper permissions on your volume, see #369 (comment)

@docker-library docker-library locked and limited conversation to collaborators Sep 6, 2022
@tianon tianon converted this issue into discussion #744 Sep 6, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
question Usability question, not directly related to an error with the image
Projects
None yet
Development

No branches or pull requests

2 participants