Files
openserp/docker-compose.yaml

9 lines
148 B
YAML
Raw Permalink Normal View History

2023-06-23 04:08:00 +03:00
version: '3'
services:
openserp:
container_name: serp
image: openserp
ports:
- 7000:7000
command: serve -a 0.0.0.0 -p 7000