diff --git a/mixed/compose.yml b/mixed/compose.yml index 118158e..7c9614b 100755 --- a/mixed/compose.yml +++ b/mixed/compose.yml @@ -1,5 +1,4 @@ services: - archivebox: container_name: archivebox image: archivebox/archivebox:dev @@ -26,14 +25,14 @@ services: - SEARCH_BACKEND_ENGINE=sonic - SEARCH_BACKEND_HOST_NAME=sonic - SEARCH_BACKEND_PASSWORD=eeXa7chux9sheiviep8thaw3Yel1te - networks: + networks: - archivebox - reverseproxy - ports: - - 8000:8000 - restart: always - volumes: - - ${DOCKER_CONFIGS}/archivebox/data:/data + ports: + - 8283:8000 + restart: always + volumes: + - ${DOCKER_CONFIGS}/data:/data authelia: container_name: authelia