linuxserver / docker-resilio-sync

GNU General Public License v3.0
145 stars 25 forks source link

not working with docker-compose #6

Closed andyliddle closed 7 years ago

andyliddle commented 7 years ago

Hi,

I tried to run container using docker-compose using the following but i can't seem to get it working, i can't access the web url (connection refused)

sync: image: linuxserver/resilio-sync container_name: sync volumes:

I was able to run it with docker run without issue
docker run -d \ --name=resilio-sync \ -v /opt/appdata/sync:/config \ -v /mnt/storage:/sync \ -e PGID=1001 -e PUID=1001 \ -e UMASK_SET=022 \ -p 8888:8888 \ -p 55555:55555 \ linuxserver/resilio-sync

any toughs?

I've been looking at setting up a home server and have been using https://www.linuxserver.io/2017/06/24/the-perfect-media-server-2017/ as a guide.

andyliddle commented 7 years ago

Never mind lol.

I must look at ports more carefully