mirror of
https://github.com/9001/copyparty.git
synced 2025-10-02 14:42:28 -06:00
Typo
This commit is contained in:
parent
001a63d43a
commit
787c2f9c05
|
@ -12,9 +12,9 @@ To control more than just letting users through to your instance, make sure to a
|
|||
|
||||
This will allow you to use copyparty's existing config mechanisms to manage users from your SSO. Add the relevant user/s to the su group to given them superuser privilleges within copyparty.
|
||||
|
||||
Ensure to create the external network proxy (not needed if everything you want behind traefik is is the same docker-compose stack).To create the "proxy" docker network see https://docs.docker.com/reference/cli/docker/network/create/
|
||||
Make sure to create the external network `proxy` (not needed if everything you want behind traefik is is the same docker-compose stack).To create the `proxy` docker network see https://docs.docker.com/reference/cli/docker/network/create/
|
||||
|
||||
for an basic example:
|
||||
for a basic example:
|
||||
`docker network create -d bridge proxy`
|
||||
|
||||
this is based on:
|
||||
|
|
Loading…
Reference in a new issue