Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-warpzone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
infrastruktur
ansible-warpzone
Commits
4800a999
Commit
4800a999
authored
5 years ago
by
Christian Elberfeld
Browse files
Options
Downloads
Patches
Plain Diff
upgrade unifi controller
parent
f4a2c238
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
warpsrvint/docker_unifi/tasks/main.yml
+1
-1
1 addition, 1 deletion
warpsrvint/docker_unifi/tasks/main.yml
warpsrvint/docker_unifi/templates/docker-compose.yml
+5
-1
5 additions, 1 deletion
warpsrvint/docker_unifi/templates/docker-compose.yml
with
6 additions
and
2 deletions
warpsrvint/docker_unifi/tasks/main.yml
+
1
−
1
View file @
4800a999
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
template
:
src=docker-compose.yml dest=/srv/unifi/docker-compose.yml
template
:
src=docker-compose.yml dest=/srv/unifi/docker-compose.yml
-
name
:
start unifi docker
-
name
:
start unifi docker
docker_
servic
e
:
docker_
compos
e
:
project_src
:
/srv/unifi/
project_src
:
/srv/unifi/
state
:
present
state
:
present
This diff is collapsed.
Click to expand it.
warpsrvint/docker_unifi/templates/docker-compose.yml
+
5
−
1
View file @
4800a999
...
@@ -5,15 +5,19 @@ services:
...
@@ -5,15 +5,19 @@ services:
app
:
app
:
image
:
linuxserver/unifi
:91
image
:
linuxserver/unifi
-controller:5.12.35-ls47
restart
:
always
restart
:
always
ports
:
ports
:
-
3478:3478/udp
-
8080:8080
-
8080:8080
-
8443:8443
-
8443:8443
-
8843:8843
-
8843:8843
-
8880:8880
-
8880:8880
-
6789:6789
-
10001:10001/udp
volumes
:
volumes
:
-
/srv/unifi/data:/config
-
/srv/unifi/data:/config
environment
:
environment
:
PGID
:
1001
PGID
:
1001
PUID
:
1001
PUID
:
1001
MEM_LIMIT
:
256M
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