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

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

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

Loading…
Cancel
Save