Fix name of Docker containers

pull/55/head
Richard Körber 2017-12-20 22:03:10 +01:00
parent 59de7f68fa
commit 4699565471
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
1 changed files with 2 additions and 0 deletions

View File

@ -118,6 +118,7 @@
</build>
<run>
<namingStrategy>alias</namingStrategy>
<ports>
<port>14000:14000</port>
</ports>
@ -162,6 +163,7 @@
</build>
<run>
<namingStrategy>alias</namingStrategy>
<hostname>bammbamm</hostname>
<ports>
<port>14001:14001</port>