We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d15f6 commit 674b59bCopy full SHA for 674b59b
1 file changed
development/docker-compose.yml
@@ -63,16 +63,5 @@ services:
63
MYSQL_USER: root
64
MYSQL_ROOT_PASSWORD: "${DB_ROOT_PASSWORD}"
65
66
- composer:
67
- image: composer/composer
68
- container_name: cc-base-composer
69
- working_dir: /var/www/html/wp-content/themes/creativecommons-base/
70
- command: sh -c "composer install"
71
- restart: "no"
72
- depends_on:
73
- - wp
74
- volumes:
75
- - ../:/var/www/html/wp-content/themes/creativecommons-base
76
-
77
volumes:
78
db_data:
0 commit comments