This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
Upgrade
#547
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello i don't really get to know how to update my Installation in docker.
kimai:
image: kimai/kimai2:apache-latest
container_name: kimai-app
restart: unless-stopped
hostname: kimai
environment:
- APP_ENV=prod
- TRUSTED_HOSTS=192.168.99.170,localhost,${HOSTNAME}
- ADMINMAIL=[email protected]
- ADMINPASS=${KIMAI_ADMIN_PASSWORD}
- DATABASE_URL=mysql://kimai:${MARIADB_PASSWORD}@mariadb/kimai
volumes:
- ./kimai_var:/opt/kimai/var
- ./kimai_img:/opt/kimai/img
- ./kimai_public:/opt/kimai/public
ports:
- '1234:8001'
depends_on:
- mariadb
networks:
- npm-nw
- kimai
In the docs its called "just change the tag" but i don't know how to change the tag... could you please help me?
Best regards
Beta Was this translation helpful? Give feedback.
All reactions