Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dockerfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Picasoft
Technique
Dockerfiles
Commits
4126c5a4
Verified
Commit
4126c5a4
authored
4 years ago
by
Quentin Duchemin
Browse files
Options
Downloads
Patches
Plain Diff
Fix port mapping of Dokuwiki and keep wget for HEALTHCHECK (Dokuwiki)
parent
8689f14d
No related branches found
Branches containing commit
No related tags found
1 merge request
!53
Migrate to Traefik v2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pica-dokuwiki/Dockerfile
+1
-2
1 addition, 2 deletions
pica-dokuwiki/Dockerfile
pica-uploads/docker-compose.yml
+1
-1
1 addition, 1 deletion
pica-uploads/docker-compose.yml
with
2 additions
and
3 deletions
pica-dokuwiki/Dockerfile
+
1
−
2
View file @
4126c5a4
...
...
@@ -34,7 +34,6 @@ RUN apt-get update -y && \
chown
-R
www-data
.
&&
\
chmod
+x /run.sh
&&
\
sed
-i
"s/
\$
{MAXSIZE}/100M/g"
/etc/nginx/nginx.conf
&&
\
apt-get remove
-y
wget
&&
\
apt-get autoremove
-y
&&
\
apt-get clean
...
...
@@ -45,6 +44,6 @@ ENV LANGUAGE fr_FR.UTF-8
EXPOSE
80
VOLUME
["/var/www/html"]
HEALTHCHECK
CMD
wget -q -O /dev/nul
l http://127.0.0.1:${DOKUWIKI_PORT:=80}/
HEALTHCHECK
CMD
cur
l http://127.0.0.1:${DOKUWIKI_PORT:=80}/
CMD
["/run.sh"]
This diff is collapsed.
Click to expand it.
pica-uploads/docker-compose.yml
+
1
−
1
View file @
4126c5a4
...
...
@@ -17,7 +17,7 @@ services:
-
uploads:/home/pica/uploads
-
./secrets/sftp.secrets:/etc/sftp/users.conf:ro
ports
:
-
2222:22
-
"
2222:22
"
networks
:
-
sftp
restart
:
unless-stopped
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment