Skip to content
Alex Arbuckle edited this page Jun 1, 2024 · 14 revisions

Docker Compose

version: '3.8'

services:
  aclg:
    image: lxrbckl/project-aclg:latest
    environment:
      - port=
    ports:
      - "<hostPort>:<containerPort>"

REQUIRED


Clone this wiki locally