mirror of
https://git.digitalstudium.com/digitalstudium/gitea
synced 2023-12-29 08:06:35 +00:00
Fix setup nginx script
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
sudo apt update
|
||||
sudo apt install -y nginx-light certbot python3-certbot-nginx docker.io
|
||||
|
||||
# Add current user to `docker` group and switch to this group
|
||||
# Add current user to docker group and switch to this group
|
||||
sudo usermod -a -G docker $USER
|
||||
newgrp docker
|
||||
|
||||
|
||||
Reference in New Issue
Block a user