first commit

This commit is contained in:
2026-03-24 08:35:32 +00:00
commit d10aeda2be
5 changed files with 1937 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
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