We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098bbd5 commit 0145e8fCopy full SHA for 0145e8f
docker-compose.local.yml
@@ -1,7 +1,7 @@
1
version: '3'
2
services:
3
web:
4
- image: 'htmlgraphic/apache:latest'
+ image: 'htmlgraphic/apache:latest' # PHP v7.3.2-3+ubuntu18.04.1+deb.sury.org+1
5
container_name: apache
6
volumes:
7
- '~/SITES/docker:/data' # <- Change to preferred local working dir
docker-compose.yml
@@ -1,5 +1,5 @@
hg-web:
- image: 'htmlgraphic/apache:envoyer'
+ image: 'htmlgraphic/apache:envoyer' # PHP v7.3.2-3+ubuntu18.04.1+deb.sury.org+1
ports:
- "80:80"
- "443:443"
0 commit comments