-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
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: secretmysql:
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
Labels
No labels