repo.or.cz
/
dockerfiles.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update contact info
[dockerfiles.git]
/
caddy-php71
/
docker-compose.yml
blob
debcf7e0ded6be7dcbf8768227f26dba07a5f4f8
1
version: '3'
2
3
services:
4
caddy-php71:
5
build:
6
context: .
7
image: caddy-php71
8
ports:
9
- "80:80"
10
- "443:443"
11
#volumes:
12
# - /srv/docker/apache2/prod:/var/www/localhost/htdocs
13