docs/docker-compose.yml

7 lines
185 B
YAML
Raw Normal View History

2025-02-04 23:29:50 +00:00
services:
entity-seven-docs:
# image: uristri/entity-seven-docs
container_name: entity-seven-docs
ports:
- 1339:80 # <Host Port>:<Container Port>
restart: always