Skip to content

Commit

Permalink
put back default values
Browse files Browse the repository at this point in the history
  • Loading branch information
manulera committed Oct 18, 2024
1 parent 5f651ba commit dba148a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build: .
# image: manulera/shareyourcloning
# For eLabFTW
image: shareyourcloning
image: manulera/shareyourcloning
ports:
- "8000:8000"

Expand All @@ -14,7 +14,7 @@ services:
# # use this for further configuration
# - ./config.json:/home/backend/frontend/config.json

environment:
# environment:
# If you want to allow other origins via CORS (comma separated)
# IMPORTANT: Do not add a trailing slash to the URLs:
# > Do not use http://localhost:3000/, but http://localhost:3000
Expand All @@ -24,4 +24,4 @@ services:
# this is the equivalent of --root-path in uvicorn, so the routes
# without this prefix will also work (e.g. / will be the same as /syc/).
# IMPORTANT: Do not add trailing slash, and don't use quotes.
- ROOT_PATH=/syc
# - ROOT_PATH=/syc

0 comments on commit dba148a

Please sign in to comment.