Sign inSign up

fsismo/ubuntu-22.04-php-wordpress

By fsismo

Updated over 4 years ago

Image
0

1.0K

fsismo/ubuntu-22.04-php-wordpress repository overview

Based on Ubuntu 22.04. Dockerfile on https://github.com/fsismo/dockerfiles/tree/master/ubuntu-22.04-php-wordpress

I wil download the latest version of Wordpress

How to use it with docker

docker run --hostname ubuntu-2204-php-wordpress --name ubuntu-22.04-php-wordpress \
   -v /var/docker/www/wordpress:/var/www/wordpress \
   -p 80:80  \
   -d \
   fsismo/ubuntu-22.04-php-wordpress

How to use it with docker-compose

version: '3.1'
services:
  wordpress:
    environment:
      - TZ=America/Argentina/Buenos_Aires
    image: fsismo/ubuntu-22.04-php-wordpress:latest
    hostname: ubun-2204-php-wordpress
    ports:
      - 80:80
    restart: always
    volumes:
      - ./wordpress:/var/www/html

Tag summary

Content type

Image

Digest

Size

133.9 MB

Last updated

over 4 years ago

docker pull fsismo/ubuntu-22.04-php-wordpress