Skip to content

Instantly share code, notes, and snippets.

View mvpowers's full-sized avatar

Michael Powers mvpowers

  • Greater Los Angeles Area
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Hello, world!</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="" />
<link rel="icon" href="favicon.png">
</head>
<body>
version: '3.4'
services:
jenkins:
image: 'jenkins/jenkins:alpine'
container_name: jenkins
expose:
- '50000'
ports:
- '8080:8080'
volumes: