Skip to content

WordPress installation without language selection #217

@mraspe

Description

@mraspe

Hi,
I´m using Docker for Windows (17.03.1-ce-win5 (10743)) for local WordPress development.

Here my docker-compose file:

version: '3'

services:

wordpress:
image: wordpress:4.7-php7.1-apache
links:
- mysql:mysql
ports:
- "80:80"
volumes:
- ./wp-content:/var/www/html/wp-content
environment:
WORDPRESS_DB_PASSWORD: secret

mysql:
image: mysql:5.7
volumes:
- ./.data:/var/lib/mysql
environment:
MYSQL_ROOT_PASSWORD: secret

When I call docker compose to create the containers and then I start the WordPress installation (localhost), the selection for languages is not showing. I think, the volume has no permissons to write in wp-content folder(?) How can I fix it?

Mario

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions