Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 540 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 540 Bytes

Service Unavailable

This docker application return a 503 Service Unavailable webpage. Image

Installation

  1. Clone the repository:
     git clone https://github.com/dwesh163/maintenance-page.git
     cd maintenance-page
  2. Build the Docker image:
    docker build -t maintenance-page .

Usage

Run the application:

docker run -d -p 8080:8080 dwesh163/maintenance-page

Access it at: http://localhost:8080