@@ -4,8 +4,8 @@ services:
nginx:
container_name: vtn-nginx
- ports:
- - 44443:443
+ ports:
+ - 443:443
image: nginx:latest
volumes:
- "./nginx.conf:/etc/nginx/conf.d/default.conf"