web editor still doesn’t work for me for some compose files regardless of the version parameterNow this makes me curious
Did you upload docker-compose.yml or did you use the web editor?
So this problem is history then?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
web editor still doesn’t work for me for some compose files regardless of the version parameterNow this makes me curious
Did you upload docker-compose.yml or did you use the web editor?
So this problem is history then?
I am one more behind on mine. Maybe that’s the problem ...0513
I used the upload method since I had tried and validated my compose.yml files from command line but I wanted to be able to manage everything (almost) through portainer instead of the CLIDid you upload docker-compose.yml or did you use the web editor?
@one-eyed-kingDid you try to run the container withuser: ${UID}:${PID}
? This declaration allows Docker to replace the id's for the first declared USER, which isUSER 1000:1000
for drakkan/sftpgo. Though, the original declaration already has id's instead of a username:groupname, so I am not 100% certain the `user:` declaration realy works with this image.
Hmm, SFTP behind a reverse proxy? Afaik SFTP piggy backs on SSH, while FTPS would be SSL/TLS wrapped FTP. The fist one should be ideal for containers, as it only needs a single port, while the later would require a a controll port and a huge range for the passv data ports, which would realy suck with containers. Glad you found a solution!
Congratz for managing your endeavor so well so far![]()
environment:
# - SFTPGO_PUID=${USERID}
# - SFTPGO_PGID=${USERGROUP}
- SFTPGO_HTTPD__BINDINGS__0__PORT=8090
- USER=${USERID}:${USERGROUP}
sftpgo@23914c8c9ba2:~$ id
uid=1000(sftpgo) gid=1000(sftpgo) groups=1000(sftpgo)
https://github.com/drakkan/sftpgo/issues/217
user:
is actualy a sibling element to environment, image,.... This is a docker specific configuration, which applies for all images using the USER directive. environment:
- SFTPGO_HTTPD__BINDINGS__0__PORT=8090
USER:
${USERID}:${USERGROUP}
Sure about that? There are both server and individual-PC versions. The server version appears to reference home directories, which I take to mean multiple users.Sadly PhotoStructure is single user currently.
Is there any way to get this to pull the latest version when run? I did try:Code:sudo curl -L "https://github.com/docker/compose/releases/download/1.28.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo curl -L "https://github.com/docker/compose/releases/download/latest/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
We use essential cookies to make this site work, and optional cookies to enhance your experience.