Homepage-Dashboard/compose.yaml
m0onmo0n ad8368246a .
2026-04-17 19:59:47 +02:00

11 lines
220 B
YAML

version: "3.9"
services:
apache:
image: httpd:latest
container_name: websitev2
restart: always
ports:
- 8889:80
volumes:
- /home/prodesk/live-site:/usr/local/apache2/htdocs
networks: {}