log101-dot-dev/docker-compose.yml

9 lines
143 B
YAML
Raw Normal View History

2024-06-07 22:54:24 +00:00
version: "3.8"
services:
astro:
image: registry.log101.dev/astro-nginx:latest
ports:
- "47543:80"
restart: unless-stopped