Skip to content

Commit 1a53f4e

Browse files
HRaval2HRaval2
authored andcommitted
revised dir structure
1 parent 2678cd4 commit 1a53f4e

File tree

6 files changed

+4
-11
lines changed

6 files changed

+4
-11
lines changed

Dockerfile

Lines changed: 0 additions & 7 deletions
This file was deleted.

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ services:
44
# The Application
55
php:
66
build: .
7-
image: php:7.2-apache
7+
image: php:7.3-apache
88
working_dir: /var/www/html
99
volumes:
10-
- ./:/var/www/html
11-
- ./php.ini:/usr/local/etc/php/php.ini
10+
- ./src/:/var/www/html
11+
- ./settings/php.ini:/usr/local/etc/php/php.ini
1212
ports:
1313
- 80:80
1414
environment:
@@ -34,7 +34,7 @@ services:
3434
- database
3535
image: phpmyadmin/phpmyadmin
3636
volumes:
37-
- ./phpmyadmin.ini:/usr/local/etc/php/php.ini
37+
- ./settings/phpmyadmin.ini:/usr/local/etc/php/php.ini
3838
restart: always
3939
ports:
4040
- '8081:80'

httpd.conf

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)