This commit is contained in:
Jean Froment 2023-03-14 21:55:22 +01:00
parent 5b004680e9
commit 701f781f97
2 changed files with 4 additions and 2 deletions

View File

@ -30,9 +30,11 @@ MYSQL_PASSWORD=changeme
# Nextcloud
NEXTCLOUD_ADMIN_USER=admin # you can change it
NEXTCLOUD_ADMIN_PASSWORD=changme
NEXTCLOUD_ADMIN_PASSWORD=changeme
# Portainer
# Please ensure you encrypt your password first using this command:
# docker run -it --rm --entrypoint htpasswd ubuntu/apache2 -nbB admin your_password | cut -d ":" -f 2 | sed -e s/\\$/\\$\\$/g
PORTAINER_ADMIN_PASSWORD=changeme
# Flood username declared in deluge RPC daemon

View File

@ -210,7 +210,7 @@ services:
rules:
- host: portainer.${TRAEFIK_DOMAIN}
httpAuth: false
internalPort: 9443
internalPort: 9000
- name: netdata
enabled: true
vpn: false