Skip to content
Snippets Groups Projects
Commit f4bb5218 authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

syntax fix

parent d2fe0595
No related branches found
No related tags found
No related merge requests found
version: "2.2"
version: "2.4"
services:
......@@ -8,7 +8,7 @@ services:
image: gitlab/gitlab-ce:13.4.4-ce.0
restart: always
ports:
- 444:22
- "444:22"
volumes:
- /srv/gitlab/conf:/etc/gitlab
- /srv/gitlab/log:/var/log/gitlab
......
......@@ -8,8 +8,8 @@ services:
image: prosody/prosody:0.11.7
restart: always
ports:
- 5222:5222
- 5269:5269
- "5222:5222"
- "5269:5269"
volumes:
- /srv/jabber/etc:/etc/prosody
- /srv/jabber/logs:/var/log/prosody
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment