Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Jul 11, 2023
1 parent 73cb8c9 commit e7305a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ docker run --rm -it \
--env APP_CONFIG_AUTH_TYPE="OAUTH" \
--env APP_CONFIG_ECM_HOST="https://some.host.com" \
--user 1000:1000 \
--publish $HOST_PORT:$CONTAINER_PORT $DOCKER_IMAGE_REPO
--publish 8081:8080 alfresco/alfresco-content-app
```

### Configuration Mapping
Expand Down

0 comments on commit e7305a7

Please sign in to comment.