Anpassungen und härtung vogenommen
This commit is contained in:
+3
-3
@@ -6,7 +6,7 @@ services:
|
||||
ports:
|
||||
- '80:80' # HTTP
|
||||
- '443:443' # HTTPS
|
||||
- '81:81' # Admin Dashboard
|
||||
- '127.0.0.1:81:81' # Admin Dashboard
|
||||
environment:
|
||||
- DB_SQLITE_FILE=/data/database.sqlite
|
||||
- TZ=Europe/Berlin
|
||||
@@ -32,14 +32,14 @@ services:
|
||||
container_name: goaccess
|
||||
image: xavierh/goaccess-for-nginxproxymanager:latest
|
||||
restart: unless-stopped
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
volumes:
|
||||
- /docker/gateway/npm/data/logs:/opt/log:ro
|
||||
- /docker/gateway/goaccess/data:/app:rw
|
||||
- /docker/gateway/goaccess/configs/goaccess.conf:/opt/goaccess.conf:ro
|
||||
ports:
|
||||
- '7880:7880' # Dashboard-Port für GoAccess
|
||||
networks:
|
||||
- vps_network
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user