File tree 3 files changed +2
-9
lines changed
3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 1
1
# WordPress variables
2
- WP_VERSION = latest
3
-
4
- # Module (plugin/theme) variables
5
- WP_MOD_TYPE = theme # theme OR plugin
6
- WP_MOD_NAME = vocabulary-theme # unique & hyphenated
2
+ WP_VERSION = latest
Original file line number Diff line number Diff line change @@ -30,6 +30,4 @@ containers:
30
30
docker compose up
31
31
` ` `
32
32
4. Wait for build and initialization to complete
33
- 5. Install WordPress initially through the GUI. (TODO: Script help here)
34
-
35
- Plugin/Theme dev work should be done within the ` /src` directory.
33
+ 5. Install WordPress initially through the GUI. (TODO: Script help here)
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ services:
31
31
- ' 8080:80'
32
32
restart : always
33
33
volumes :
34
- - ./src:/var/www/html/wp-content/${WP_MOD_TYPE:?err}s/${WP_MOD_NAME:?err}
35
34
- wp_data:/var/www/html
36
35
37
36
database :
You can’t perform that action at this time.
0 commit comments