Commit c38a59cb08b1b3031b390659c081a0c34bdc53e7

Authored by George Vlahavas
1 parent 18a44d7507

Use port 13880 for the webserver

Showing 1 changed file with 1 additions and 2 deletions

docker-compose-jfrog.yml View file @ c38a59c
... ... @@ -66,8 +66,7 @@
66 66 - api
67 67 tty: true
68 68 ports:
69   - - "80:80"
70   - - "443:443"
  69 + - "13880:80"
71 70 volumes:
72 71 - api_volume:/var/www
73 72