You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
309 B
9 lines
309 B
services:
|
|
convos:
|
|
# Stable realease didn't worked causing this issue : exec user process caused: exec format error
|
|
image: convos/convos:v6.31
|
|
ports:
|
|
- "2021:3000"
|
|
volumes:
|
|
# Using ":z" for the volume for SELinux Enforcing policy on (CentOS, Fedora or RHEL)
|
|
- ./data:/data:z
|