Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
File Transfer Service
fts-rest
Commits
c79e885f
Commit
c79e885f
authored
Jan 19, 2017
by
Andrea Manzi
Browse files
add chown of log folder
parent
a5f8a215
Pipeline
#66934
passed with stage
in 7 minutes and 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packaging/docker/Dockerfile
View file @
c79e885f
...
...
@@ -31,9 +31,9 @@ RUN /usr/bin/yum install -y fts-rest-selinux fts-rest httpd MySQL-python
RUN
/usr/bin/yum
install
-y
voms-config-wlcg voms-config-vo-dteam
#add user
RUN
useradd fts3
RUN
usermod
-a
-G
fts3 apache
RUN
useradd fts3
&&
usermod
-a
-G
fts3 apache
RUN
mkdir
-p
/var/log/fts3rest
&&
chown
fts3:fts3 /var/log/fts3rest
#expose port
s
#expose port
EXPOSE
8446
packaging/docker/docker-compose.yml
View file @
c79e885f
fts-rest
:
#image: gitlab-registry.cern.ch/fts/fts-rest:latest
build
:
.
volumes
:
-
/etc/fts3:/etc/fts3
-
/
var/log/fts3rest:/var/log/fts3rest
-
/
etc/grid-security:/etc/grid-security
entrypoint
:
/usr/sbin/apachectl -DFOREGROUND
ports
:
-
"
8446:8446"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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