mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-17 13:58:12 +00:00
fix yml
This commit is contained in:
parent
c5af21de0b
commit
77ed79e570
|
@ -1,4 +1,7 @@
|
|||
goaccess:
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
goaccess:
|
||||
image: xavierh/goaccess-for-nginxproxymanager:latest
|
||||
container_name: goaccess
|
||||
restart: always
|
||||
|
@ -11,4 +14,4 @@ goaccess:
|
|||
- SKIP_ARCHIVED_LOGS=False #optional
|
||||
- BASIC_AUTH=False #optional
|
||||
- BASIC_AUTH_USERNAME=user #optional
|
||||
- BASIC_AUTH_PASSWORD=pass #optional
|
||||
- BASIC_AUTH_PASSWORD=pass #optional
|
Loading…
Reference in New Issue
Block a user