Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
notebook
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
notebook
Commits
ddcc95ac
There was an error fetching the commit references. Please try again later.
Commit
ddcc95ac
authored
3 years ago
by
Recolic Keghart
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
ac5ad44d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
ddcc95ac
...
...
@@ -23,7 +23,7 @@ docker exec -ti rweb /bin/bash
Every server saves
`acme.sh`
,
`nginx.conf`
,
`crontab.log`
,
`cert.sh`
,
`startup.sh`
into
`/srv/conf`
. Every server has an nginx, which redirects
all HTTPS traffic to
`http://localhost:xxxx`
.
## docker-ipv6 support
## docker-ipv6 support
(NAT mode)
Requires docker > 20.10.2, edit
`/etc/docker/daemon.json`
:
...
...
@@ -32,7 +32,7 @@ Requires docker > 20.10.2, edit `/etc/docker/daemon.json`:
"experimental"
:
true
,
"ip6tables"
:
true
,
"ipv6"
:
true
,
"fixed-cidr-v6"
:
"
2400:8902::f03c:92ff:febe:6c0d/64
"
,
"fixed-cidr-v6"
:
"
fd00:dead:beef::/48
"
,
"log-driver"
:
"json-file"
,
"log-opts"
:
{
"max-size"
:
"100m"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment