10 lines
121 B
YAML
10 lines
121 B
YAML
version: '3.4'
|
|
|
|
services:
|
|
ocauth:
|
|
image: 'ocauth:latest'
|
|
ports:
|
|
- 8088:8080
|
|
container_name: ocauth
|
|
|
|
|