comprofix.com/docker-compose.yml

10 lines
199 B
YAML
Raw Normal View History

2022-08-07 13:37:05 +10:00
---
version: '3'
services:
comprofix:
2022-08-07 17:45:00 +10:00
image: registry.gitlab.comprofix.com/comprofix/website:latest
container_name: comprofix-website
2022-08-07 13:37:05 +10:00
ports:
2022-08-07 17:45:00 +10:00
- 8188:80
restart: unless-stopped