Skip to content
Alex Arbuckle edited this page Sep 26, 2024 · 3 revisions

TBD. V1. Spring 2024.


Installation

docker-compose.yml

version: '3.8'

services:
  aclg:
    image: lxrbckl/project-aclg:latest
    environment:
      - port=
      - host=
    ports:
      - "${PORT}:${PORT}"

image project-aclg:latest
variable purpose of variable


Clone this wiki locally