Skip to content

Commit 118648d

Browse files
committed
docs: fix to reflect network change
PR #477 uses default network, updating docs to match
1 parent b05029c commit 118648d

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

docs/Containers/Python.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,8 @@ When you select Python in the menu:
4040
# - "external:internal"
4141
volumes:
4242
- ./volumes/python/app:/usr/src/app
43-
networks:
44-
- iotstack_nw
4543
```
4644

47-
Note:
48-
49-
* This service definition is for "new menu" (master branch). The only difference with "old menu" (old-menu branch) is the omission of the last two lines.
50-
5145
### customising your Python service definition
5246

5347
The service definition contains a number of customisation points:
@@ -456,8 +450,6 @@ Proceed like this:
456450
# - "external:internal" # - "external:internal"
457451
volumes: volumes:
458452
- ./volumes/python/app:/usr/src/app | - ./volumes/wishbone/app:/usr/src/app
459-
networks: networks:
460-
- iotstack_nw - iotstack_nw
461453
```
462454

463455
Note:

docs/Containers/WireGuard.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ Unfortunately, that service definition will not work "as is". It needs to be con
6767
Key points:
6868
6969
* Everything in the `environment:` section from `SERVERURL=` down to `PEERDNS=` (inclusive) affects WireGuard's generated configurations (the QR codes). In other words, any time you change any of those values, any existing QR codes will stop working.
70-
* WireGuard does not need to communicate directly with other Docker containers so there is no need for it to join `iotstack_nw`.
7170

7271
### Step 4: Decide what to configure
7372

0 commit comments

Comments
 (0)