pull/1/head
pnoker 6 years ago
parent 232861896e
commit f3b12c1bdf

@ -8,7 +8,7 @@ services:
image: pnoker/dc3-web:3.0 image: pnoker/dc3-web:3.0
restart: always restart: always
ports: ports:
- 8000:80 - 8080:80
- 443:443 - 443:443
container_name: dc3-web container_name: dc3-web
hostname: dc3-web hostname: dc3-web

@ -1,6 +1,6 @@
server { server {
listen 80; listen 80;
server_name dc3-web localhost; server_name dc3.com;
location / { location / {
root /usr/share/nginx/html; root /usr/share/nginx/html;

Loading…
Cancel
Save