Skip to content

Commit

Permalink
docker: use docker networks for x86
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Feb 19, 2018
1 parent a9a1809 commit 94bd3b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ services:
nextcloudpi:
image: ownyourbits/nextcloudpi-x86
command: "${IP}"
ports:
- "80:80"
- "443:443"
- "4443:4443"
volumes:
- ncdata:/data
network_mode: "host"

volumes:
ncdata:

0 comments on commit 94bd3b9

Please sign in to comment.