chemex/docker-compose.yml
2022-06-24 13:47:11 +08:00

10 lines
139 B
YAML

version: "2"
services:
web:
image: celaraze/chemex:latest
container_name: chemex-app
build: .
ports:
- "60001:80"