Skip to content

Commit

Permalink
Change the bg color to grey for v2
Browse files Browse the repository at this point in the history
[refs %608d12517eb6]
  • Loading branch information
jfahrer committed May 5, 2018
1 parent e5222a3 commit 913ee36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion swarm/swarm-demo-frontend/app.rb
Expand Up @@ -6,7 +6,7 @@
get '/' do
<<-BODY
<html>
<body>
<body style="background: grey;">
<h1>Docker Swarm Demo</h1>
<p>This page was served by <b>#{Socket.gethostname}</b></p>
</body>
Expand Down
2 changes: 1 addition & 1 deletion swarm/swarm-demo-frontend/docker-compose.yml
Expand Up @@ -3,7 +3,7 @@ services:

services:
frontend:
image: jfahrer/swarm-demo-frontend:v1
image: jfahrer/swarm-demo-frontend:v2
build:
context: .
ports:
Expand Down

0 comments on commit 913ee36

Please sign in to comment.