fix test port

This commit is contained in:
2022-08-04 19:49:18 +03:00
parent 79432c3e06
commit 462e68eb0c

View File

@@ -7,7 +7,8 @@ services:
context: . context: .
dockerfile: docker/nginx.Dockerfile dockerfile: docker/nginx.Dockerfile
ports: ports:
- 4444:4444 - 80:80
- 443:443
volumes: volumes:
- ./config:/config - ./config:/config
- /etc/letsencrypt:/etc/letsencrypt:ro - /etc/letsencrypt:/etc/letsencrypt:ro