Set authentik hostname
This commit is contained in:
parent
67adc6ce83
commit
c7a8ebe175
@ -38,11 +38,10 @@ services:
|
|||||||
server:
|
server:
|
||||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2022.7.1}
|
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2022.7.1}
|
||||||
container_name: authentik_authentik
|
container_name: authentik_authentik
|
||||||
|
hostname: authentik
|
||||||
networks:
|
networks:
|
||||||
authentik:
|
authentik:
|
||||||
web:
|
web:
|
||||||
aliases:
|
|
||||||
- authentik-server
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: server
|
command: server
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user