README.md Update
This commit is contained in:
parent
1e5e0226c5
commit
10f3de4def
@ -13,6 +13,8 @@
|
|||||||
c. Copy the certificates where the container build will pick them up
|
c. Copy the certificates where the container build will pick them up
|
||||||
`mv /etc/letsencrypt/live/yoursite.com/privkey.pem /home/wordpress/wordpress/apache/`
|
`mv /etc/letsencrypt/live/yoursite.com/privkey.pem /home/wordpress/wordpress/apache/`
|
||||||
`mv /etc/letsencrypt/live/yoursite.com/fullchain.pem /home/wordpress/wordpress/apache/`
|
`mv /etc/letsencrypt/live/yoursite.com/fullchain.pem /home/wordpress/wordpress/apache/`
|
||||||
|
d. Reload firewall rules to put the port 80 forward rule back in place
|
||||||
|
`firewall-cmd --reload`
|
||||||
- *Optional*
|
- *Optional*
|
||||||
a. Generate self-signed certificates
|
a. Generate self-signed certificates
|
||||||
`cd ~/wordpress/apache`
|
`cd ~/wordpress/apache`
|
||||||
@ -30,4 +32,3 @@
|
|||||||
WORDPRESS_DB_PASSWORD="<YourSecurePassword>"
|
WORDPRESS_DB_PASSWORD="<YourSecurePassword>"
|
||||||
```
|
```
|
||||||
- `cd ~`
|
- `cd ~`
|
||||||
`podman-compose up -d`
|
|
||||||
|
Loading…
Reference in New Issue
Block a user