Files
chesco/docker/docker-compose.yaml
T

11 lines
243 B
YAML

version: '3.8'
services:
chesco-site:
image: chesco-site:latest
container_name: chesco-site
restart: always
ports:
- "8081:80"
# If you ever want to see logs or add custom configs,
# they will be managed here.