first commit

This commit is contained in:
CHIEFSOFT\ameye
2023-12-28 16:20:07 -05:00
commit b114fdf4fa
5377 changed files with 1850677 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
version: '3'
services:
automedsys-blog:
build:
context: .
dockerfile: docker/apache/Dockerfile
args:
uid: ${UID}
environment:
- APACHE_RUN_USER=#${UID}
- APACHE_RUN_GROUP=#${UID}
restart: unless-stopped
ports:
- 55055:80
volumes:
- ./:/var/www/html
- ./apache_log:/var/log/apache2
volumes:
src: