Files
portioner/diagram/docker-compose.portainer.yml

11 lines
241 B
YAML
Raw Permalink Normal View History

services:
vert:
container_name: vert
image: ghcr.io/vert-sh/vert:latest
restart: unless-stopped
ports:
- 3002:80
environment:
- USER_UID=1039
- USER_GID=65538
- TZ=America/Toronto