This repository has been archived on 2025-06-18. You can view files and clone it, but cannot push or open issues or pull requests.
Files
skolavdf/si/docker-template/docker-compose.yml
2023-03-26 23:39:38 +02:00

11 lines
167 B
YAML

version: '3'
services:
node:
build:
context: .
dockerfile: Dockerfile
container_name: docker-template
restart: always
ports:
- 80:80