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-php72
/
docker-compose.yml
blob
a74c3f371bdbe7c8986e1034cfb6c94572a1c055
1
version: '3'
2
3
services:
4
caddy-php72:
5
build:
6
context: .
7
image: caddy-php72
8
ports:
9
- "80:80"
10
- "443:443"
11
#volumes:
12
# - /srv/php-files:/srv
13