new nginx config #2

Closed
opened 2018-09-01 16:30:13 +00:00 by charlesreid1 · 0 comments
Owner

when installing new nginx config:

# rebuild
docker-compose build

# keep it from respawning
sudo systemctl disable dockerpod-charlesreid1.service

# stop the pod
sudo systemctl stop dockerpod-charlesreid1.service

# start the pod
sudo systemctl start dockerpod-charlesreid1.service

# enable respawning
sudo systemctl enable dockerpod-charlesreid1.service
when installing new nginx config: ``` # rebuild docker-compose build # keep it from respawning sudo systemctl disable dockerpod-charlesreid1.service # stop the pod sudo systemctl stop dockerpod-charlesreid1.service # start the pod sudo systemctl start dockerpod-charlesreid1.service # enable respawning sudo systemctl enable dockerpod-charlesreid1.service ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: docker/pod-charlesreid1#2
No description provided.