Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
k3s-apiserver
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
1f6a1a80
authored
2022-07-26 17:43:30 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Make sure all etcd containers restart after a system reboot.
1 parent
960ed550
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
docker-compose.yaml
docker-compose.yaml
View file @
1f6a1a8
...
...
@@ -19,6 +19,7 @@ x-etcd-base: &_x-etcd-base
entrypoint
:
[
"
/etcd-entrypoint.sh"
,
"
/opt/bitnami/scripts/etcd/entrypoint.sh"
]
command
:
[
"
/opt/bitnami/scripts/etcd/run.sh"
]
user
:
root
restart
:
always
x-root-cert-volume
:
&_x-root-cert-volume
type
:
bind
...
...
Please
register
or
sign in
to post a comment