You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time I try to create container I get this error below.
it seems it is having an issue with a statement that is not terminated correctly in this line:
aria2c.1 | sed: -e expression #1, char 99: unterminated `s' command
Output from portainer below:
[INFO] Update uid and gid to 1000:1000
usermod: no changes
[INFO] Run chown against app related folders and user 1000
[INFO] Give caddy permissions to use low ports
forego | starting caddy.1 on port 5000
forego | starting filebrowser.1 on port 5100
forego | starting aria2c.1 on port 5300
forego | starting rclone.1 on port 5600
caddy.1 | [INFO] Run aria2c and ariaNG
caddy.1 | [INFO] Generate basic auth password for caddy
forego | starting newer_version_checker.1 on port 6000
rclone.1 | [INFO] Skip starting Rclone as it has been disabled
Hi,
Every time I try to create container I get this error below.
it seems it is having an issue with a statement that is not terminated correctly in this line:
aria2c.1 | sed: -e expression #1, char 99: unterminated `s' command
Output from portainer below:
[INFO] Update uid and gid to 1000:1000
usermod: no changes
[INFO] Run chown against app related folders and user 1000
[INFO] Give caddy permissions to use low ports
forego | starting caddy.1 on port 5000
forego | starting filebrowser.1 on port 5100
forego | starting aria2c.1 on port 5300
forego | starting rclone.1 on port 5600
caddy.1 | [INFO] Run aria2c and ariaNG
caddy.1 | [INFO] Generate basic auth password for caddy
forego | starting newer_version_checker.1 on port 6000
rclone.1 | [INFO] Skip starting Rclone as it has been disabled
aria2c.1 | sed: -e expression #1, char 99: unterminated `s' command
forego | sending SIGTERM to caddy.1
forego | sending SIGTERM to newer_version_checker.1
forego | sending SIGTERM to filebrowser.1
forego | sending SIGTERM to rclone.1
Docker compose file:
services:
Aria2new:
container_name: ariangnew
environment:
- PUID=1000
- PGID=1000
- ENABLE_AUTH=true
- RPC_SECRET=jwh7bTueRandom
- DOMAIN=https://aria2.somedomain.com
- ARIA2_SSL=true
- ARIA2_USER=test
- ARIA2_PWD=test
- ARIA2_EXTERNAL_PORT=6800
- CADDY_LOG_LEVEL=ERROR
- ENABLE_RCLONE=false
volumes:
- /home/user/containers/aria2/data:/data
- /home/user/containers/aria2/cache:/app/.cache
- /home/user/containers/aria2/filebrowser.db:/app/filebrowser.db
- /home/user/containers/aria2/key:/key
- /home/user/containers/aria2/conf:/app/conf
image: wahyd4/aria2-ui:6.0.0
networks:
macvlanxx:
ipv4_address: xx.xx.xx.xx
networks:
macvlanxx:
external: true
The text was updated successfully, but these errors were encountered: