9 lines
157 B
YAML
9 lines
157 B
YAML
|
|
services:
|
||
|
|
app:
|
||
|
|
image: ${IMAGE}
|
||
|
|
container_name: typo
|
||
|
|
restart: unless-stopped
|
||
|
|
pull_policy: always
|
||
|
|
ports:
|
||
|
|
- "${HOST_PORT:-8850}:80"
|