Can't upload theme with docker compose file #804
crapthings
started this conversation in
General
Replies: 1 comment
-
ok found solution version: '3.1'
services:
wordpress:
image: wordpress
restart: always
ports:
- 18001:80
environment:
WORDPRESS_DB_HOST: db
WORDPRESS_DB_USER: test
WORDPRESS_DB_PASSWORD: test
WORDPRESS_DB_NAME: test
volumes:
- wordpress:/var/www/html
- ./uploads.ini:/usr/local/etc/php/conf.d/uploads.ini
db:
image: mysql:5.7
restart: always
environment:
MYSQL_DATABASE: test
MYSQL_USER: test
MYSQL_PASSWORD: test
MYSQL_RANDOM_ROOT_PASSWORD: test
volumes:
- db:/var/lib/mysql
volumes:
wordpress:
db:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i can't upload theme file it tells me link expired
how can i increase upload limit?
Beta Was this translation helpful? Give feedback.
All reactions