Guest User

Untitled

a guest
May 11th, 2023
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. [Unit]
  2. Description=Docker Compose
  3. After=docker.service network-online.target
  4. Requires=docker.service network-online.target
  5.  
  6. [Service]
  7. WorkingDirectory=/srv/docker-compose
  8.  
  9. ExecStart=/usr/bin/docker-compose up --pull --build
  10.  
  11. [Install]
  12. WantedBy=multi-user.target
  13. /etc/systemd/system/docker-compose.
Advertisement
Add Comment
Please, Sign In to add comment