You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works... but we probably shouldn't use the root user. We may have to change the dory code that looks for the currently logged in user. It's probably safe to depend on useradd.
[Unit]
Description=Dory dns and nginx access to containers
Requires=docker.service
After=docker.service
[Service]
User=root
Type=oneshot
RemainAfterExit=yes
WorkingDirectory=/root
ExecStart=/usr/local/bin/dory up
ExecStop=/usr/local/bin/dory down
TimeoutStartSec=0
[Install]
WantedBy=multi-user.target
The text was updated successfully, but these errors were encountered:
This works... but we probably shouldn't use the root user. We may have to change the dory code that looks for the currently logged in user. It's probably safe to depend on useradd.
The text was updated successfully, but these errors were encountered: