[GH-ISSUE #800] How to start the NGINX Proxy automatically after reboot #676

Closed
opened 2026-02-26 06:33:57 +03:00 by kerem · 2 comments
Owner

Originally created by @joergklein on GitHub (Jan 5, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/800

Operating System: CentOS 7

After a reboot the server, the NGINX Proxy Manager don't start automatically. Maybe with systemctl start nginx?????

Originally created by @joergklein on GitHub (Jan 5, 2021). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/800 Operating System: CentOS 7 After a reboot the server, the NGINX Proxy Manager don't start automatically. Maybe with systemctl start nginx?????
kerem 2026-02-26 06:33:57 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@Berfi96 commented on GitHub (Jan 8, 2021):

Hi,
Do you launch the application in docker?
Add a directive restart: always or restart: unless-stopped to your docker-compose.yml

https://docs.docker.com/config/containers/start-containers-automatically/

<!-- gh-comment-id:756662396 --> @Berfi96 commented on GitHub (Jan 8, 2021): Hi, Do you launch the application in docker? Add a directive `restart: always` or `restart: unless-stopped` to your docker-compose.yml https://docs.docker.com/config/containers/start-containers-automatically/
Author
Owner

@joergklein commented on GitHub (Jan 15, 2021):

restart: always works fine.

<!-- gh-comment-id:760781848 --> @joergklein commented on GitHub (Jan 15, 2021): restart: always works fine.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#676
No description provided.