Skip to content

Commit

Permalink
Rename httpd.conf file to httpd.docker.conf & remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Kelleher committed Jun 12, 2024
1 parent 862f2d0 commit 1d79848
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 556 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ local testing server.
docker-compose up -d
```

This will start an Apache `httpd` server with [`httpd.conf`](./httpd.conf)
This will start an Apache `httpd` server with [`httpd.docker.conf`](./httpd.docker.conf)
as a configuration file.

You can now test your identifier by replacing `https://w3id.org/` with
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ services:
image: httpd:2.4-alpine
volumes:
- ./:/usr/local/apache2/htdocs/
- ./httpd.conf:/usr/local/apache2/conf/httpd.conf
- ./httpd.docker.conf:/usr/local/apache2/conf/httpd.conf
ports:
- "8080:80"
Loading

0 comments on commit 1d79848

Please sign in to comment.