mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 10:21:23 +01:00
got CentOS 8 working
parent
d8e73c0caf
commit
16b549951b
@ -116,7 +116,12 @@ 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 uses nftables instead of iptables, which does not work with current docker-ce. You need to configure firewalld to use iptables by editing /etc/firewalld/firewalld.conf:
|
||||
```
|
||||
#FirewallBackend=nftables
|
||||
FirewallBackend=iptables
|
||||
systemctl restart firewalld
|
||||
```
|
||||
|
||||
> RHEL/CentOS 8 has no docker package (it uses it's own replacement podman instead). To install docker-CE run the following commands
|
||||
```
|
||||
@ -126,8 +131,6 @@ systemctl enable --now docker
|
||||
```
|
||||
From their on you can follow the RHEL/CentOS 7 instructions above, replacing RHEL_7 in the repo-url with CentOS_8.
|
||||
|
||||
> This does NOT lead to a functioning EGroupware Installation, see the [thread in our forum](https://help.egroupware.org/t/egw-19-1-auf-centos-8-rhel-8-geplant/73945/8?u=ralfbecker).
|
||||
|
||||
# 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