Skip to content

Commit 913ee36

Browse files
committed
Change the bg color to grey for v2
[refs %608d12517eb6]
1 parent e5222a3 commit 913ee36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

swarm/swarm-demo-frontend/app.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
get '/' do
77
<<-BODY
88
<html>
9-
<body>
9+
<body style="background: grey;">
1010
<h1>Docker Swarm Demo</h1>
1111
<p>This page was served by <b>#{Socket.gethostname}</b></p>
1212
</body>

swarm/swarm-demo-frontend/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33

44
services:
55
frontend:
6-
image: jfahrer/swarm-demo-frontend:v1
6+
image: jfahrer/swarm-demo-frontend:v2
77
build:
88
context: .
99
ports:

0 commit comments

Comments
 (0)