Skip to content

Commit 8e506bf

Browse files
committed
Resolve the error and make the bg white again for v4
[refs %52bc410e062d]
1 parent d046865 commit 8e506bf

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

swarm/swarm-demo-frontend/app.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
set :bind, '0.0.0.0'
44
set :port, 8080
55

6-
raise "Simulating an error"
7-
86
get '/' do
97
<<-BODY
108
<html>
11-
<body style="background: grey;">
9+
<body>
1210
<h1>Docker Swarm Demo</h1>
1311
<p>This page was served by <b>#{Socket.gethostname}</b></p>
1412
</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:v3
6+
image: jfahrer/swarm-demo-frontend:v4
77
build:
88
context: .
99
ports:

0 commit comments

Comments
 (0)