Martin Berg Alstad 32f4c6aaf0
Update container name and stricter types for linking
Signed-off-by: Martin Berg Alstad <git@martials.no>
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"