Skip to content

Commit 2eee4f3

Browse files
author
Exploding Labs Bot
committed
Update site from docs source repo
1 parent 459f9fd commit 2eee4f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

superstack/deploying/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,8 +677,8 @@
677677
<h1 id="deploying-to-remote-environments">☁️ Deploying to Remote Environments</h1>
678678
<p>SuperStack is Docker-native, so deployment is simple and portable. Here's how
679679
to deploy it to a remote server.</p>
680-
<p>A clear goal of SuperStack is that <strong>only <code>compose.yaml</code> should be required on
681-
the remote server</strong>. No other file should need to be copied there.</p>
680+
<p>A goal of SuperStack is that only <code>compose.yaml</code> should be required on the
681+
remote server.</p>
682682
<h2 id="1-prepare-your-images">✅ 1. Prepare your Images</h2>
683683
<p>For services that are built (they have a <code>build:</code> section in <code>compose.yaml</code>),
684684
add your own container repository image URIs (e.g. your Docker Hub or GitHub

0 commit comments

Comments
 (0)