We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0910522 commit e6d8990Copy full SHA for e6d8990
1 file changed
docker-compose.common.yml
@@ -13,9 +13,6 @@ services:
13
nginx:
14
container_name: nginx
15
image: nginx:1.27.4
16
- ports:
17
- - "80:80"
18
- - "443:443"
19
volumes:
20
- /home/ubuntu/tinybite/nginx/default.conf:/etc/nginx/conf.d/default.conf
21
- /etc/letsencrypt:/etc/letsencrypt
0 commit comments