diff options
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r-- | docker-compose.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index 0c30aba..350f77b 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -4,9 +4,8 @@ services: build: . ports: - 443:443 - - 80:80 + - 80:80 environment: - PER_PAGE - COLLECTOR_URL - JWT_URL - |