+++ /dev/null
-User ${APACHE_RUN_USER}
-Group ${APACHE_RUN_GROUP}
-ErrorLog ${APACHE_LOG_DIR}/error.log
-
-HostnameLookups Off
-
-# Include module configuration:
-IncludeOptional mods-enabled/*.load
-IncludeOptional mods-enabled/*.conf
-
-# Include list of ports to listen on
-Include ports.conf
-
-<Directory />
- Options FollowSymLinks
- AllowOverride None
- Require all denied
-</Directory>
-
-<Directory /var/www/html>
- Options Indexes FollowSymLinks
- AllowOverride None
- Require all granted
-</Directory>
-
-<VirtualHost *:80>
- DocumentRoot /var/www/html
- Header set Access-Control-Allow-Origin "*"
-</VirtualHost>
--- /dev/null
+User ${APACHE_RUN_USER}
+Group ${APACHE_RUN_GROUP}
+ErrorLog ${APACHE_LOG_DIR}/error.log
+
+HostnameLookups Off
+
+# Include module configuration:
+IncludeOptional mods-enabled/*.load
+IncludeOptional mods-enabled/*.conf
+
+# Include list of ports to listen on
+Include ports.conf
+
+<Directory />
+ Options FollowSymLinks
+ AllowOverride None
+ Require all denied
+</Directory>
+
+<Directory /var/www/html>
+ Options Indexes FollowSymLinks
+ AllowOverride None
+ Require all granted
+</Directory>
+
+<VirtualHost *:80>
+ DocumentRoot /var/www/html
+ Header set Access-Control-Allow-Origin "*"
+</VirtualHost>
- './ssh/id_rsa.pub:/root/.ssh/id_rsa.pub:ro'
- './ssh/known_hosts:/root/.ssh/known_hosts'
- './www/:/var/www/html/'
- - './config/apache2.conf:/etc/apache2/apache2.conf'
+ - './config/httpd/apache2.conf:/etc/apache2/apache2.conf'
+ - './config/httpd/mods-enabled/:/etc/apache2/mods-enabled/'
- './bin/sync:/usr/local/bin/sync'
restart: unless-stopped
build: .