You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: examples/wordpress/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ services:
21
21
overlay: null
22
22
volumes:
23
23
- type: volume
24
-
source: db_data
24
+
source: db-data
25
25
target: /var/lib/mysql
26
26
wordpress:
27
27
depends_on:
@@ -47,8 +47,8 @@ services:
47
47
networks:
48
48
overlay: {}
49
49
volumes:
50
-
db_data:
51
-
name: db_data
50
+
db-data:
51
+
name: db-data
52
52
```
53
53
54
54
**Override default parameters with file**. This example sets `debug` to `"false"` and the wordpress service published port to 80 as defined in `prod-parameters.yml`.
0 commit comments