linuxserver / docker-dokuwiki

GNU General Public License v3.0
110 stars 24 forks source link

pulling latest version, but still have newer release available messages #63

Closed ThirtySix361 closed 1 year ago

ThirtySix361 commented 1 year ago

Is there an existing issue for this?

Current Behavior

cant get rid of update messages image

Expected Behavior

get rid of update messages after pulling new version

Steps To Reproduce

docker pull linuxserver/dokuwiki:latest
docker run -dit --name=dokuwiki \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Europe/Berlin \
  -p 83:80 \
  -p 446:443 \
  -v $(pwd)/mounts/config:/config \
  --restart unless-stopped \
  lscr.io/linuxserver/dokuwiki:latest

Environment

- OS: Debian 11
- How docker service was installed: docker pull linuxserver/dokuwiki:latest

CPU architecture

x86-64

Docker creation

docker pull linuxserver/dokuwiki:latest
docker run -dit --name=dokuwiki \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Europe/Berlin \
  -p 83:80 \
  -p 446:443 \
  -v $(pwd)/mounts/config:/config \
  --restart unless-stopped \
  lscr.io/linuxserver/dokuwiki:latest

### Container logs

[migrations] started
[migrations] 01-nginx-site-confs-default: skipped
[migrations] 02-default-location: skipped
[migrations] done

-------------------------------------
          _         ()
         | |  ___   _    __
         | | / __| | |  /  \
         | | \__ \ | | | () |
         |_| |___/ |_|  \__/

Brought to you by linuxserver.io
-------------------------------------

To support LSIO projects visit:
https://www.linuxserver.io/donate/
-------------------------------------
GID/UID
-------------------------------------

User uid:    1000
User gid:    1000
-------------------------------------

using keys found in /config/keys
Existing install found install.php not available
[custom-init] No custom files found, skipping...
crond[265]: crond (busybox 1.35.0) started, log level 5
[ls.io-init] done.
[06-Jun-2023 18:16:41] NOTICE: fpm is running, pid 263
[06-Jun-2023 18:16:41] NOTICE: ready to handle connections
github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

ThirtySix361 commented 1 year ago

nevermind, i found my issue. 🤯

i pulled with: docker pull linuxserver/dokuwiki:latest

but deployed with lscr.io/linuxserver/dokuwiki:latest

just had to change to linuxserver/dokuwiki:latest