diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index e33a3ecdc..1305c73cf 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -16,8 +16,8 @@ services: - lemmyexternalproxy ports: # actual and only port facing any connection from outside - - "1236:1236" - - "8536:8536" + # Note, change the left number if port 80 is already in use on your system (or you want to run a reverse proxy outside this config) + - "80:80" volumes: - ./nginx.conf:/etc/nginx/nginx.conf:ro,Z restart: always