Skip to content

Commit 0145e8f

Browse files
committed
noting PHP version
1 parent 098bbd5 commit 0145e8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
web:
4-
image: 'htmlgraphic/apache:latest'
4+
image: 'htmlgraphic/apache:latest' # PHP v7.3.2-3+ubuntu18.04.1+deb.sury.org+1
55
container_name: apache
66
volumes:
77
- '~/SITES/docker:/data' # <- Change to preferred local working dir

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
hg-web:
2-
image: 'htmlgraphic/apache:envoyer'
2+
image: 'htmlgraphic/apache:envoyer' # PHP v7.3.2-3+ubuntu18.04.1+deb.sury.org+1
33
ports:
44
- "80:80"
55
- "443:443"

0 commit comments

Comments
 (0)