9 lines
153 B
YAML
9 lines
153 B
YAML
|
|
services:
|
||
|
|
retur:
|
||
|
|
build: .
|
||
|
|
image: retur:latest
|
||
|
|
container_name: retur
|
||
|
|
restart: unless-stopped
|
||
|
|
ports:
|
||
|
|
- "${HOST_PORT:-5694}:80"
|