Compare commits

..

No commits in common. "d3d0abdfdc7f39e10fb5899a887877cf27cbe7bd" and "79a38f31e019d1cf1cc53230baf7b69a70a9ae04" have entirely different histories.

3 changed files with 2 additions and 4 deletions

View File

@ -33,7 +33,6 @@ A containerized Wordpress, MySQL stack using [this official upstream project Doc
---
#### docker-compose.yml
##### To Do
- `certbot certonly -d equilibrateit.com -d equilibrateit.ca`
- mysql 8.1
- Investigate php-fpm arch?

View File

@ -5,5 +5,4 @@
roles:
- podman-host
- repo-epel
- certbot

View File

@ -1,7 +1,7 @@
FROM wordpress:6.6.1-php8.2-apache
COPY ./fullchain.pem /etc/ssl/certs/
COPY ./privkey.pem /etc/ssl/private/
COPY /etc/letsencrypt/live/equilibrateit.com/privkey.pem /etc/ssl/certs/
COPY /etc/letsencrypt/live/equilibrateit.com/fullchain.pem /etc/ssl/private/
RUN set -eux; \
{ \