authorized keys can now be modified within the session. keep last set of keys when no valid keys were found and keys are changed during the session .
13 lines
179 B
YAML
13 lines
179 B
YAML
|
|
services:
|
|
|
|
converge:
|
|
image: $REGISTRY/converge:1.0
|
|
build:
|
|
context: .
|
|
ports:
|
|
- 8000:8000
|
|
environment:
|
|
CONVERGE_USERNAME: abc
|
|
TZ: "Japan"
|