working wp

This commit is contained in:
Tenzing Kandang 2026-03-10 13:53:06 +01:00
parent a9fd5b4eb3
commit a62f76542d
3 changed files with 945 additions and 2 deletions

View File

@ -1,2 +1,5 @@
FROM php FROM php:latest
RUN apt-get update && apt-get install -y wget unzip
RUN wget wp.zip RUN wget wp.zip

View File

@ -4,7 +4,7 @@ services:
image: wordpress:latest image: wordpress:latest
restart: always restart: always
ports: ports:
- 80:80 - 33:33
environment: environment:
WORDPRESS_DB_HOST: db WORDPRESS_DB_HOST: db
WORDPRESS_DB_USER: exampleuser WORDPRESS_DB_USER: exampleuser

940
wp/index.html Normal file

File diff suppressed because one or more lines are too long