working wp
This commit is contained in:
parent
a9fd5b4eb3
commit
a62f76542d
@ -1,2 +1,5 @@
|
||||
FROM php
|
||||
FROM php:latest
|
||||
|
||||
RUN apt-get update && apt-get install -y wget unzip
|
||||
|
||||
RUN wget wp.zip
|
||||
|
||||
@ -4,7 +4,7 @@ services:
|
||||
image: wordpress:latest
|
||||
restart: always
|
||||
ports:
|
||||
- 80:80
|
||||
- 33:33
|
||||
environment:
|
||||
WORDPRESS_DB_HOST: db
|
||||
WORDPRESS_DB_USER: exampleuser
|
||||
|
||||
940
wp/index.html
Normal file
940
wp/index.html
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user