Moved to _dev
This commit is contained in:
20
authelia/compose.yaml
Normal file
20
authelia/compose.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
networks:
|
||||
net:
|
||||
driver: bridge
|
||||
|
||||
volumes:
|
||||
config:
|
||||
|
||||
services:
|
||||
authelia:
|
||||
container_name: authelia
|
||||
image: docker.io/authelia/authelia:latest
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
net: {}
|
||||
ports:
|
||||
- 9091:9091
|
||||
environment:
|
||||
TZ: ${TZ}
|
||||
volumes:
|
||||
- config:/config
|
||||
Reference in New Issue
Block a user