Skip to content
Snippets Groups Projects
docker-compose.pro.yml 175 B
Newer Older
  • Learn to ignore specific revisions
  • version: '3.7'
    services:
      nginx:
        image: backoffice #TODO: replace with forge image tag
        build:
          context: .
        restart: unless-stopped
        ports:
          - 8080:80