diff options
| author | spmfox <spmfox@foxwd.com> | 2024-08-27 17:34:55 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2024-08-27 17:34:55 -0400 |
| commit | 5ca4fbf2cfe781efedc7c078acaa826c6ad39b10 (patch) | |
| tree | 598ff2c8b51948091ffa1eb1fbb6ef6f7b26b776 /docs/sample-environment/wordpress.yml | |
| parent | 4aa6b11581718f66e711bf26fbb41e96fa3a4661 (diff) | |
converting to roles, converting from runlabels to quadlet ~ breaking change
Diffstat (limited to 'docs/sample-environment/wordpress.yml')
| -rw-r--r-- | docs/sample-environment/wordpress.yml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/sample-environment/wordpress.yml b/docs/sample-environment/wordpress.yml deleted file mode 100644 index 6f16f9d..0000000 --- a/docs/sample-environment/wordpress.yml +++ /dev/null @@ -1,15 +0,0 @@ -pod: - name: wordpress - ports: - - "8080:80" -# network: - -containers: - - name: wordpress-db - path: "docs/sample-environment/wordpress" - file: "wordpress-db.containerfile" - runlabel: "start" - - name: wordpress-app - path: "docs/sample-environment/wordpress" - file: "wordpress-app.containerfile" - runlabel: "start" |
