Browse Source

Merge pull request #569 from nextcloud/feature/dev-container-all-domains

feat(tool): Allow all domains in dev container
pull/578/head
Kate 1 year ago committed by GitHub
parent
commit
e7a35bdac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tool/Dockerfile.dev

2
tool/Dockerfile.dev

@ -5,7 +5,7 @@ USER www-data
RUN ./occ maintenance:install --admin-pass admin --admin-email admin@example.com
RUN ./occ config:system:set allow_local_remote_servers --value=true
RUN ./occ config:system:set trusted_domains 1 --value=10.0.2.2
RUN ./occ config:system:set trusted_domains 1 --value="*"
RUN ./occ app:disable password_policy
RUN OC_PASS="user1" ./occ user:add --password-from-env --display-name "User One" user1

Loading…
Cancel
Save