9 lines
189 B
YAML
9 lines
189 B
YAML
|
|
services:
|
||
|
|
web:
|
||
|
|
image: repo.explewd.com/explewd/rack:latest
|
||
|
|
container_name: rack-web
|
||
|
|
restart: unless-stopped
|
||
|
|
ports:
|
||
|
|
- "${HOST_PORT:-5677}:80"
|
||
|
|
pull_policy: always
|