Files
apache2/compose.yaml
T
2026-03-24 08:35:32 +00:00

19 lines
315 B
YAML

services:
apache2:
build: ./
image: apache2
container_name: apache2
restart: unless-stopped
volumes:
- ./www:/var/www/html/
- /opt/safetech:/opt/safetech
ports:
- 7080:80
- 7081:443
networks:
- fatbluefish
networks:
fatbluefish:
external: true