Files
martials.no/docker-compose.yml
2024-10-20 11:01:54 +02:00

9 lines
156 B
YAML

services:
web:
container_name: martials.no
restart: always
build:
context: .
dockerfile: Dockerfile
ports:
- "4321:4321"