Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- timedatectl set-timezone Asia/Yekaterinburg # Tyumen
- hostnamectl set-hostname npm
- nano /etc/hosts
- apt update && apt upgrade -y && apt install mc curl -y
- curl -o - https://get.docker.com | bash -
- mcedit /usr/src/docker-compose.yml
- version: '3'
- services:
- app:
- image: 'jc21/nginx-proxy-manager:latest'
- restart: unless-stopped
- ports:
- - '80:80'
- - '81:81'
- - '443:443'
- volumes:
- - ./data:/data
- - ./letsencrypt:/etc/letsencrypt
- cd /usr/src/
- docker compose up -d
- ip a
- http://IPсервера:81
- Email: [email protected]
- Password: changeme
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement