mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-02-17 19:10:49 +01:00
fixes
This commit is contained in:
parent
62f9ab3b6f
commit
7c049d8aea
@ -5,7 +5,8 @@ services:
|
||||
container_name: nginx
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
# (optional) uncomment the line below to enable HTTPS
|
||||
# - 443:443
|
||||
volumes:
|
||||
- ./config/default.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
- ./data:/usr/share/nginx/html:ro
|
||||
|
Loading…
Reference in New Issue
Block a user