We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5222a3 commit 913ee36Copy full SHA for 913ee36
swarm/swarm-demo-frontend/app.rb
@@ -6,7 +6,7 @@
6
get '/' do
7
<<-BODY
8
<html>
9
- <body>
+ <body style="background: grey;">
10
<h1>Docker Swarm Demo</h1>
11
<p>This page was served by <b>#{Socket.gethostname}</b></p>
12
</body>
swarm/swarm-demo-frontend/docker-compose.yml
@@ -3,7 +3,7 @@ services:
3
4
services:
5
frontend:
- image: jfahrer/swarm-demo-frontend:v1
+ image: jfahrer/swarm-demo-frontend:v2
build:
context: .
ports:
0 commit comments