version: "3.7" services: actual_server: image: docker.io/actualbudget/actual-server:latest ports: # This line makes Actual available at port 5006 of the device you run the server on, # i.e. http://localhost:5006. You can change the first number to change the port, if you want. - '5106:5006' volumes: - ./data/budget-data:/data networks: - actualbudget-net networks: actualbudget-net: {}