Below is a small sample docker-compose.yml file. For full documentation of all relevant settings, please consult the OS2sync documentation.
version: "2.0"
services:
os2sync:
image: os2sync/linux:4.0.0
ports:
- 5000:5000
environment:
Environment: "TEST"
StsSettings:StsCertificateLocation: "/home/cert/test-sts.cer"
ServiceSettings:WspCertificateLocation: "/home/cert/test-sf1500.cer"
ClientSettings:WscKeystoreLocation: "/home/cert/keystore.pfx"
ClientSettings:WscKeystorePassword: "Secret"
volumes:
- /local/path/to/cert/folder:/home/cert
Content type
Image
Digest
sha256:3e356f089…
Size
88 MB
Last updated
about 1 year ago
docker pull os2sync/linux:4.9.2