Updated TOS, PRIVACY and some other important files
This commit is contained in:
parent
77af9475c5
commit
ec68cbb884
20 changed files with 69 additions and 43 deletions
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
web:
|
||||
image: httpd:latest
|
||||
container_name: web
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./html:/usr/local/apache2/htdocs
|
||||
ports:
|
||||
- '80:80'
|
Loading…
Add table
Add a link
Reference in a new issue