Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FairCoin.Co
pulse.faircoin.co
Commits
0a45d44c
Commit
0a45d44c
authored
Jun 26, 2020
by
TonyFord
Browse files
change port var
parent
dd3a2b39
Changes
2
Hide whitespace changes
Inline
Side-by-side
_config.yml
View file @
0a45d44c
...
...
@@ -30,10 +30,6 @@ exclude:
-
entrypoint.sh
-
.faircoin2
port
:
4120
source
:
.
destination
:
_site
permalink
:
none
# /:categories/:title.html
px_max
:
1500000
# maximum number of pixel of images
docker-compose.yml
View file @
0a45d44c
...
...
@@ -12,7 +12,7 @@ services:
-
${FAIRCOIN_CONF}
container_name
:
pulse.faircoin.co-jekyll-server
restart
:
always
command
:
jekyll serve --port ${
JEKYLL_SERVER_PORT
}
command
:
jekyll serve --port ${
LH_PORT_pulse
}
user
:
"
${GITLAB_RUNNER_UID}:${GITLAB_RUNNER_GID}"
network_mode
:
"
host"
volumes
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment