Unofficial build of Portainer 100% telemetry-free!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
docker-portainer/.env.example

21 lines
380 B

# Global Settings
LOCAL_STACK_DIR=/srv/docker/volumes/portainer
# Networks
NETWORK=
# portainer
# Generate with the command: htpasswd -nb -B admin asd | cut -d ':' -f 2
# On Debian the tool is part of the `apache2-utils` package
PORT_ENCRYPTED_PWD=
# portainer build
TARGETOS=
TARGETARCH=
GIT_TAG=
# portainer (optional)
PORT_IMG=
PORT_TAG=
PORT_CONTAINER_NAME=
PORT_RESTART=