Skip to content

Commit

Permalink
Merge pull request MichaelKreil#2 from uwekamper/master
Browse files Browse the repository at this point in the history
Dockerdockerdocker
  • Loading branch information
MichaelKreil authored Aug 11, 2018
2 parents 7acfb26 + 9c9ca33 commit b8c4a26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ services:
container_name: matehost
ports:
- '1337:1337/udp'
- '1337:1337'
- '1337:1337/tcp'
devices:
- '/dev/bus/usb/:/dev/bus/usb/'
security_opt:
- 'seccomp:unconfined'
openmct:
mateplay:
image: mateplay
container_name: mateplay
environment:
CRAP_HOST: matehost
ports:
- '8080:8080'
- '80:8080'
links:
- matehost

0 comments on commit b8c4a26

Please sign in to comment.