ansible/playbooks/apps/files/display/docker-compose.yaml
Gabriel Augendre fe3cfeff25
Some checks are pending
/ run ansible (push) Waiting to run
open docker ports on localhost only
2024-10-15 19:00:21 +02:00

7 lines
110 B
YAML

services:
app:
build:
context: sources
restart: always
ports:
- "127.0.0.1:9010:80"