I use hAP AX3 with container package installed and working. Today installed NGINX container, and all works fine, except that on every file i got "Forbidden 403" error , no matter on permission i set on file. nginx container is working properly:
Code: Select all
[admin@MikroTik] /container> pr
0 name="9448b877-5ea9-4b9e-8499-2f0ab03185a4" tag="library/nginx:latest" os="linux" arch="arm64" interface=veth1 root-dir=usb1/nginx mounts=html dns="" status=running
This is my Container configuration:
Code: Select all
# 2023-07-16 17:43:46 by RouterOS 7.10.2
# software id = MGL0-4L4W
#
# model = C53UiG+5HPaxD2HPaxD
# serial number = XXXXXXXX
/container mounts
add dst=/usr/share/nginx/html name=html src=/usb1/html
/container
add interface=veth1 mounts=html root-dir=usb1/nginx
/container config
set registry-url=https://registry-1.docker.io tmpdir=usb1/pool
Files stuck on CHMOD 660 whatever i tryed to set to 755.