1
0
mirror of https://notabug.org/halcyon-suite/halcyon synced 2024-12-22 15:59:24 +01:00

Add additional example

This commit is contained in:
KemoNine 2019-01-05 15:23:36 -05:00
parent bd0015bbcd
commit 076a3afe0c

View File

@ -1,2 +1,12 @@
docker build -t halcyon/halcyon:latest .
docker run --rm -it -p 9081:80 -v ${PWD}/config:/var/www/html/config test/halcyon:latest
docker run \
--name halcyon \
--restart unless-stopped \
--net docker-private \
--ip 172.30.12.13 \
-e TZ=UTC \
-e DEBUG=1 \
-v /opt/halcyon/config:/var/www/html/config \
test/halcyon:latest