Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Show more breadcrumbs
ICNML
docker
Commits
3bd04be2
Commit
3bd04be2
authored
5 years ago
by
Marco De Donno
Browse files
Options
Downloads
Patches
Plain Diff
Use the cr.unil.ch registry as image name
parent
4a4bde0d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yml
+2
-2
2 additions, 2 deletions
docker-compose.yml
with
2 additions
and
2 deletions
docker-compose.yml
+
2
−
2
View file @
3bd04be2
...
@@ -2,7 +2,7 @@ version: '3.7'
...
@@ -2,7 +2,7 @@ version: '3.7'
services
:
services
:
web
:
web
:
build
:
./web
build
:
./web
image
:
icnml_web
image
:
cr.unil.ch/
icnml_web
volumes
:
volumes
:
-
/etc/localtime:/etc/localtime:ro
-
/etc/localtime:/etc/localtime:ro
...
@@ -15,7 +15,7 @@ services:
...
@@ -15,7 +15,7 @@ services:
redis
:
redis
:
build
:
redis
build
:
redis
image
:
icnml_redis
image
:
cr.unil.ch/
icnml_redis
volumes
:
volumes
:
-
/etc/localtime:/etc/localtime:ro
-
/etc/localtime:/etc/localtime:ro
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