Latest version https://teampass.net/ via https://github.com/nilsteampassnet/TeamPass
207
Latest version of https://teampass.net/ via https://github.com/nilsteampassnet/TeamPass
mkdir teampass && cd teampass
docker-compose.yml like belowversion: "3"
services:
teampass-web:
image: jarbelix/teampass-web
restart: unless-stopped
environment:
- "PUID=1000"
- "PGID=1000"
- "TZ=America/Campo_Grande"
volumes:
- ./teampass-html:/var/www/html
ports:
- "81:80"
db:
restart: unless-stopped
image: mariadb:10.5
environment:
MYSQL_ROOT_PASSWORD: YOUR_SUPERSECRET_PASSWORD
MYSQL_DATABASE: teampass
MYSQL_PASSWORD: YOUR_SECRET_PASSWORD
MYSQL_USER: teampass
volumes:
- ./teampass-db:/var/lib/mysql
docker-compose up -d
Content type
Image
Digest
sha256:c6685ebd9…
Size
174.3 MB
Last updated
almost 4 years ago
docker pull jarbelix/teampass-web