Homepage-Dashboard/compose.yaml

12 lines
220 B
YAML
Raw Permalink Normal View History

2026-04-17 19:59:47 +02:00
version: "3.9"
2025-08-17 00:54:48 +02:00
services:
2026-04-17 19:59:47 +02:00
apache:
image: httpd:latest
container_name: websitev2
2025-08-17 00:54:48 +02:00
restart: always
ports:
2026-04-17 19:59:47 +02:00
- 8889:80
2025-08-17 00:54:48 +02:00
volumes:
2026-04-17 19:59:47 +02:00
- /home/prodesk/live-site:/usr/local/apache2/htdocs
2025-08-17 00:54:48 +02:00
networks: {}