Skip to content

Commit

Permalink
Merge pull request #15 from agarbato/autobackup
Browse files Browse the repository at this point in the history
Change docker-compose example to 5001 as conflict with MacOs service
  • Loading branch information
agarbato authored Jan 14, 2022
2 parents 0a27ae0 + 1308987 commit c73563f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
image: agarbato1/unison-unicloud
ports:
- "2222:22"
- "5000:80"
- "5001:80"
environment:
- USER=unison
- USER_UID=1000
Expand Down Expand Up @@ -40,7 +40,7 @@ services:
- SHARE_IGNORE=.git*|.idea|.unison|.DS_Store
- API_PROTOCOL=http
- API_PORT=80
- SYNC_INTERVAL=60
- SYNC_INTERVAL=15
restart: on-failure
volumes:
- type: bind
Expand Down

0 comments on commit c73563f

Please sign in to comment.