mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
Update docker-compose volumes (#203)
This commit is contained in:
@@ -2,7 +2,7 @@ services:
|
||||
wordpress:
|
||||
image: wordpress:latest
|
||||
volumes:
|
||||
- ./wp-app:/var/www/html
|
||||
- ../files/wp-app:/var/www/html
|
||||
- ../files/uploads.ini:/usr/local/etc/php/conf.d/uploads.ini
|
||||
environment:
|
||||
WORDPRESS_DB_HOST: wp_db
|
||||
@@ -31,4 +31,4 @@ services:
|
||||
start_period: 30s
|
||||
|
||||
volumes:
|
||||
wp_data:
|
||||
wp_data:
|
||||
|
||||
Reference in New Issue
Block a user