mirror of https://github.com/shred/acme4j
Fix name of Docker containers
parent
59de7f68fa
commit
4699565471
|
@ -118,6 +118,7 @@
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<run>
|
<run>
|
||||||
|
<namingStrategy>alias</namingStrategy>
|
||||||
<ports>
|
<ports>
|
||||||
<port>14000:14000</port>
|
<port>14000:14000</port>
|
||||||
</ports>
|
</ports>
|
||||||
|
@ -162,6 +163,7 @@
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<run>
|
<run>
|
||||||
|
<namingStrategy>alias</namingStrategy>
|
||||||
<hostname>bammbamm</hostname>
|
<hostname>bammbamm</hostname>
|
||||||
<ports>
|
<ports>
|
||||||
<port>14001:14001</port>
|
<port>14001:14001</port>
|
||||||
|
|
Loading…
Reference in New Issue