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/wap/api-calc/docker-compose.yml
2023-01-06 10:50:53 +01:00

11 lines
159 B
YAML

version: '3'
services:
php:
build:
context: .
dockerfile: Dockerfile
container_name: api-calc
restart: always
ports:
- 80:80