mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 10:21:23 +01:00
Started working on CentOS 8 install docu
parent
6a81dff610
commit
12ef395de4
@ -115,6 +115,17 @@ yum update
|
||||
```
|
||||
> RHEL/CentOS does not provide a docker-compose package/command, therefore we provide one in our repository.
|
||||
|
||||
# RHEL or CentOS 8
|
||||
> This is work in progress, be aware!
|
||||
|
||||
> RHEL/CentOS 8 has no docker package (it uses it's own replacement podman instead). To install docker-CE run the following commands
|
||||
```
|
||||
curl https://download.docker.com/linux/centos/docker-ce.repo -o /etc/yum.repos.d/docker-ce.repo
|
||||
yum install --nobest docker-ce
|
||||
systemctl enable --now docker
|
||||
```
|
||||
From their on you can probably follow the RHEL/CentOS 7 instructions above.
|
||||
|
||||
# PostgreSQL
|
||||
|
||||
> Keep in mind, that you can NOT use ```localhost``` to address a service eg. PostgreSQL inside the container, as it does NOT refer to the host, but the container itself. You have to use the IP address of the host or the docker0 bridge AND make sure the service is not just bound to localhost!
|
||||
|
Loading…
Reference in New Issue
Block a user