Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

OUPS "create" was missing #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Replace all the default "site.example.com" and "[email protected]" occurrences in
First, you'll need to create an external docker network named 'nginx-proxy' (or change the name in compose file).

```
docker network -d bridge nginx-proxy
docker network create -d bridge nginx-proxy
```

You'll only need to do this once.
Expand Down