mirror of
https://gitlab.com/fabinfra/fabaccess/docs.git
synced 2024-12-22 04:03:47 +01:00
Merge branch 'falkorichter-v0.3-patch-29511' into 'v0.3'
Update server_docker.md See merge request fabinfra/fabaccess/docs!6
This commit is contained in:
commit
da431bd5ce
@ -12,11 +12,10 @@ Docker Image can not run on armv6 (Raspberry Pi 1 or Raspberry Pi Zero)
|
||||
[https://dev.to/elalemanyo/how-to-install-docker-and-docker-compose-on-raspberry-pi-1mo](https://dev.to/elalemanyo/how-to-install-docker-and-docker-compose-on-raspberry-pi-1mo)
|
||||
4. Get Docker-Compose Files `git clone https://gitlab.com/fabinfra/fabaccess/dockercompose.git fabaccess-server`
|
||||
|
||||
The Dockerfile is in the root directory of the main repo
|
||||
docker-compose.yml is available in a seperate [git repo](https://gitlab.com/fabinfra/fabaccess/dockercompose)
|
||||
The Dockerfile of the fabaccess software is in the root directory of the main repo docker-compose.yml is available in a seperate [git repo](https://gitlab.com/fabinfra/fabaccess/dockercompose) - this docker compose setup uses the published docker containers
|
||||
4. Edit config files in `config` folder to taste
|
||||
5. Start Server with `docker-compose up -d`
|
||||
|
||||
To make it eaysier to apply youre changes in your config and keep the dockercompose uptodate, you should "fork" this respository.
|
||||
To make it eaysier to apply youre changes in your config and keep the dockercompose uptodate, you should ´fork´ this respository.
|
||||
|
||||
Get Server Logs: `docker-compose logs`
|
||||
Get Server Logs: `docker-compose logs --follow`
|
||||
|
Loading…
Reference in New Issue
Block a user