Skip to content

Commit 3483e63

Browse files
Gabriel MonroyMatthew Fisher
authored andcommitted
chore(systemd): change units to publish on known ports
1 parent eebe555 commit 3483e63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

systemd/deis-controller.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Requires=docker.service
55
Requires=docker-tcp.socket
66

77
[Service]
8-
ExecStart=/bin/bash -c '/usr/bin/docker start -a deis-controller || /usr/bin/docker run --name deis-controller -P -e HOST=10.1.42.1 -e ETCD=10.1.42.1:4001 deis/controller'
8+
ExecStart=/bin/bash -c '/usr/bin/docker start -a deis-controller || /usr/bin/docker run --name deis-controller -p 8000:8000 -e PUBLISH=8000 -e HOST=172.17.8.100 -e ETCD=172.17.8.100:4001 deis/controller'
99
ExecStop=/usr/bin/docker stop deis-controller
1010

1111
[Install]

0 commit comments

Comments
 (0)