diff --git a/docker-compose.yml b/docker-compose.yml index 025e7fa..9c85bea 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,15 +1,14 @@ -version: '2.2' - networks: - v6d: + http-overlay: external: true shl: {} services: sharelatex: restart: always - image: sharelatex/sharelatex:with-texlive-full + image: forgejo.parrrate.ru/parrrate/sharelatex:with-texlive-full build: . + hostname: sharelatex container_name: sharelatex depends_on: mongo: @@ -18,7 +17,7 @@ services: condition: service_started networks: shl: {} - v6d: {} + http-overlay: {} expose: - 80 links: