This commit is contained in:
Antonio J. Delgado 2023-07-31 12:19:26 +03:00
parent 737e1dddc9
commit 5815a544c6

View file

@ -85,7 +85,7 @@ services:
{% if nginx_reverse_proxy %} {% if nginx_reverse_proxy %}
web_proxy: web_proxy:
image: nginx image: nginx
volume: volumes:
- /etc/mastodon/nginx.conf:/etc/nginx/conf.d/default.conf - /etc/mastodon/nginx.conf:/etc/nginx/conf.d/default.conf
ports: ports:
- "8080:80" - "8080:80"